Skip to content

Commit

Permalink
Remove unused function FixNull()
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-m committed Apr 24, 2018
1 parent 36d28f2 commit 2a00bde
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions storage/sphinx/ha_sphinx.cc
Expand Up @@ -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();
Expand Down

0 comments on commit 2a00bde

Please sign in to comment.