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:
@ -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,
|
||||
|
Reference in New Issue
Block a user