summaryrefslogtreecommitdiff
path: root/sql/sp.h
diff options
context:
space:
mode:
authorkostja@dipika.(none) <>2008-04-08 20:31:40 +0400
committerkostja@dipika.(none) <>2008-04-08 20:31:40 +0400
commit84de43cda6b1e9f00b0aa63be2d6aa55cbdad271 (patch)
treefd1e8f71bb5108c69eac6fc63f0068855b8d7eef /sql/sp.h
parenta9fff11f49d88e3fec08232b24a721cc515639fc (diff)
downloadmariadb-git-84de43cda6b1e9f00b0aa63be2d6aa55cbdad271.tar.gz
Remove dead code.
Diffstat (limited to 'sql/sp.h')
-rw-r--r--sql/sp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/sp.h b/sql/sp.h
index 31173e1f90c..75088ea0b83 100644
--- a/sql/sp.h
+++ b/sql/sp.h
@@ -49,9 +49,6 @@ 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);
int