mirror of
https://github.com/MariaDB/server.git
synced 2025-11-05 01:43:31 +03:00
WL#5498: Remove dead and unused source code
Remove unused string functions.
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