summaryrefslogtreecommitdiff
path: root/sql/sp.h
diff options
context:
space:
mode:
authorunknown <kostja@dipika.(none)>2008-04-08 20:31:40 +0400
committerunknown <kostja@dipika.(none)>2008-04-08 20:31:40 +0400
commit2ca624969a3efe06252ce44872132da3f583feee (patch)
treefd1e8f71bb5108c69eac6fc63f0068855b8d7eef /sql/sp.h
parent797bfd6e3fda46deb88ab34ef368223e01759111 (diff)
downloadmariadb-git-2ca624969a3efe06252ce44872132da3f583feee.tar.gz
Remove dead code.
sql/sp.h: Remove unused 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