diff options
author | unknown <kostja@dipika.(none)> | 2008-04-08 20:31:40 +0400 |
---|---|---|
committer | unknown <kostja@dipika.(none)> | 2008-04-08 20:31:40 +0400 |
commit | 2ca624969a3efe06252ce44872132da3f583feee (patch) | |
tree | fd1e8f71bb5108c69eac6fc63f0068855b8d7eef /sql/sp.h | |
parent | 797bfd6e3fda46deb88ab34ef368223e01759111 (diff) | |
download | mariadb-git-2ca624969a3efe06252ce44872132da3f583feee.tar.gz |
Remove dead code.
sql/sp.h:
Remove unused code.
Diffstat (limited to 'sql/sp.h')
-rw-r--r-- | sql/sp.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |