diff options
author | Sergei Golubchik <sergii@pisem.net> | 2011-11-28 23:15:12 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2011-11-28 23:15:12 +0100 |
commit | ec38c1bbd709da99fb84e2889f4443247fccfb30 (patch) | |
tree | 0324b7ee684e170c655f4f9d1472282ddc589f7c /mysys | |
parent | b27d93f3471c2e06347d0c918a8ada20f6168191 (diff) | |
download | mariadb-git-ec38c1bbd709da99fb84e2889f4443247fccfb30.tar.gz |
small cleanup
Diffstat (limited to 'mysys')
-rw-r--r-- | mysys/my_handler_errors.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mysys/my_handler_errors.h b/mysys/my_handler_errors.h index 42839fd31f5..7e5f4ce12f0 100644 --- a/mysys/my_handler_errors.h +++ b/mysys/my_handler_errors.h @@ -88,7 +88,4 @@ static const char *handler_error_messages[]= "Disk full" }; -extern void my_handler_error_register(void); -extern void my_handler_error_unregister(void); - #endif /* MYSYS_MY_HANDLER_ERRORS_INCLUDED */ |