mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
WL#5498: Remove dead and unused source code
Remove unused string functions. include/m_string.h: Remove prototypes for unused string functions and for functions that do not exist anymore.
This commit is contained in:
@ -73,8 +73,6 @@ int main(void)
|
||||
test_arg("strstr(v1,v5)",(long) strstr(v1,v5),0L);
|
||||
test_arg("strstr(v6,v8)",(long) strstr(v6,v8),0L);
|
||||
|
||||
test_arg("strinstr(v1,v4)",(long) strinstr(v1,v4),4L);
|
||||
test_arg("strinstr(v1,v5)",(long) strinstr(v1,v5),0L);
|
||||
test_arg("strlen(from)",(long) strlen(from),(long) F_LEN);
|
||||
test_arg("strlen(\"\")",(long) strlen(""),0L);
|
||||
#ifdef HAVE_STRNLEN
|
||||
|
Reference in New Issue
Block a user