1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Backport: Remove unused and ancient files, functions, and facilities.

This commit is contained in:
Davi Arnaut
2010-05-28 19:13:31 -03:00
parent b2fda7cfa8
commit 570c6cc87a
20 changed files with 10 additions and 1157 deletions

View File

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