From 570c6cc87a6217b49b911b35a91d35c9961d7674 Mon Sep 17 00:00:00 2001 From: Davi Arnaut Date: Fri, 28 May 2010 19:13:31 -0300 Subject: Backport: Remove unused and ancient files, functions, and facilities. --- sql/sql_string.cc | 7 ------- 1 file changed, 7 deletions(-) (limited to 'sql/sql_string.cc') diff --git a/sql/sql_string.cc b/sql/sql_string.cc index 9fbc06b7529..762eebba031 100644 --- a/sql/sql_string.cc +++ b/sql/sql_string.cc @@ -24,13 +24,6 @@ #include #include #include -/* - 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" -- cgit v1.2.1