diff options
author | Michael Widenius <monty@askmonty.org> | 2009-10-13 19:57:36 +0300 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2009-10-13 19:57:36 +0300 |
commit | fb146de092a662a2da11fb7b5b1c1ff9ef8a2c57 (patch) | |
tree | e3b978a6905d0f51e5ee48be12bcaf36ce76398b /sql/sql_string.cc | |
parent | c13f68fa14a5a594775d9179aebc563a3a8b9983 (diff) | |
download | mariadb-git-fb146de092a662a2da11fb7b5b1c1ff9ef8a2c57.tar.gz |
Removed not used declarations
Diffstat (limited to 'sql/sql_string.cc')
-rw-r--r-- | sql/sql_string.cc | 8 |
1 files changed, 0 insertions, 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 <floatingpoint.h> #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" /***************************************************************************** |