mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Remove unused function FixNull()
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user