1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Remove dead code.

This commit is contained in:
kostja@dipika.(none)
2008-04-08 20:31:40 +04:00
parent a9fff11f49
commit 84de43cda6
4 changed files with 0 additions and 224 deletions

View File

@ -48,9 +48,6 @@ sp_routine_exists_in_table(THD *thd, int type, sp_name *name);
bool
sp_show_create_routine(THD *thd, int type, sp_name *name);
int
sp_show_status_routine(THD *thd, int type, const char *wild);
int
sp_create_routine(THD *thd, int type, sp_head *sp);