Remove unused function FixNull()

This commit is contained in:
Marko Mäkelä 2018-04-24 12:06:28 +03:00
parent 36d28f210a
commit 2a00bdeb4a

View file

@ -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();