summaryrefslogtreecommitdiff
path: root/sql/sql_string.cc
diff options
context:
space:
mode:
authorMichael Widenius <monty@askmonty.org>2009-10-13 19:57:36 +0300
committerMichael Widenius <monty@askmonty.org>2009-10-13 19:57:36 +0300
commitfb146de092a662a2da11fb7b5b1c1ff9ef8a2c57 (patch)
treee3b978a6905d0f51e5ee48be12bcaf36ce76398b /sql/sql_string.cc
parentc13f68fa14a5a594775d9179aebc563a3a8b9983 (diff)
downloadmariadb-git-fb146de092a662a2da11fb7b5b1c1ff9ef8a2c57.tar.gz
Removed not used declarations
Diffstat (limited to 'sql/sql_string.cc')
-rw-r--r--sql/sql_string.cc8
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"
/*****************************************************************************