summaryrefslogtreecommitdiff
path: root/client/sql_string.cc
diff options
context:
space:
mode:
Diffstat (limited to 'client/sql_string.cc')
-rw-r--r--client/sql_string.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/client/sql_string.cc b/client/sql_string.cc
index ccbc8977e7f..6b749409a64 100644
--- a/client/sql_string.cc
+++ b/client/sql_string.cc
@@ -24,13 +24,6 @@
#include <m_string.h>
#include <m_ctype.h>
#include <mysql_com.h>
-/*
- The following extern declarations are ok as these are interface functions
- required by the string function
-*/
-
-extern void sql_alloc(size_t size);
-extern void sql_element_free(void *ptr);
#include "sql_string.h"