← Back to team overview

maria-developers team mailing list archive

bzr commit into MariaDB 5.1, with Maria 1.5:maria branch (monty:2745)

 

#At lp:maria based on revid:monty@xxxxxxxxxxxx-20091013124717-sf1jtz0ddzadb5uh

 2745 Michael Widenius	2009-10-13
      Removed not used declarations
      modified:
        sql/sql_string.cc

=== modified file 'sql/sql_string.cc'
--- a/sql/sql_string.cc	2009-09-07 20:50:10 +0000
+++ b/sql/sql_string.cc	2009-10-13 16:57:36 +0000
@@ -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"
 
 /*****************************************************************************