mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
Remove unused function FixNull()
This commit is contained in:
parent
36d28f210a
commit
2a00bdeb4a
1 changed files with 0 additions and 6 deletions
|
@ -2538,12 +2538,6 @@ char * ha_sphinx::UnpackString ()
|
|||
}
|
||||
|
||||
|
||||
static inline const char * FixNull ( const char * s )
|
||||
{
|
||||
return s ? s : "(null)";
|
||||
}
|
||||
|
||||
|
||||
bool ha_sphinx::UnpackSchema ()
|
||||
{
|
||||
SPH_ENTER_METHOD();
|
||||
|
|
Loading…
Add table
Reference in a new issue