Removed not used declarations

This commit is contained in:
Michael Widenius 2009-10-13 19:57:36 +03:00
parent c13f68fa14
commit fb146de092

View File

@ -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"
/*****************************************************************************