Commit 2a00bdeb authored by Marko Mäkelä's avatar Marko Mäkelä

Remove unused function FixNull()

parent 36d28f21
...@@ -2538,12 +2538,6 @@ char * ha_sphinx::UnpackString () ...@@ -2538,12 +2538,6 @@ char * ha_sphinx::UnpackString ()
} }
static inline const char * FixNull ( const char * s )
{
return s ? s : "(null)";
}
bool ha_sphinx::UnpackSchema () bool ha_sphinx::UnpackSchema ()
{ {
SPH_ENTER_METHOD(); SPH_ENTER_METHOD();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment