1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +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

@ -109,10 +109,6 @@ void* sql_memdup(const void *ptr, size_t len)
return pos;
}
void sql_element_free(void *ptr __attribute__((unused)))
{} /* purecov: deadcode */
char *sql_strmake_with_convert(const char *str, size_t arg_length,
CHARSET_INFO *from_cs,