From fb146de092a662a2da11fb7b5b1c1ff9ef8a2c57 Mon Sep 17 00:00:00 2001 From: Michael Widenius Date: Tue, 13 Oct 2009 19:57:36 +0300 Subject: [PATCH] Removed not used declarations --- sql/sql_string.cc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/sql/sql_string.cc b/sql/sql_string.cc index e9927c8e85c..bdecabd782b 100644 --- a/sql/sql_string.cc +++ b/sql/sql_string.cc @@ -27,14 +27,6 @@ #include #endif -/* - The following extern declarations are ok as these are interface functions - required by the string function -*/ - -extern uchar* sql_alloc(unsigned size); -extern void sql_element_free(void *ptr); - #include "sql_string.h" /*****************************************************************************