summaryrefslogtreecommitdiff
path: root/mysys/my_handler_errors.h
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2011-11-28 23:15:12 +0100
committerSergei Golubchik <sergii@pisem.net>2011-11-28 23:15:12 +0100
commitec38c1bbd709da99fb84e2889f4443247fccfb30 (patch)
tree0324b7ee684e170c655f4f9d1472282ddc589f7c /mysys/my_handler_errors.h
parentb27d93f3471c2e06347d0c918a8ada20f6168191 (diff)
downloadmariadb-git-ec38c1bbd709da99fb84e2889f4443247fccfb30.tar.gz
small cleanup
Diffstat (limited to 'mysys/my_handler_errors.h')
-rw-r--r--mysys/my_handler_errors.h3
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 */