From 507ca08ff6a731c811a82869f85ba5166e8a9df1 Mon Sep 17 00:00:00 2001 From: Davi Arnaut Date: Fri, 23 Jul 2010 17:17:14 -0300 Subject: 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. --- strings/str_test.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'strings/str_test.c') diff --git a/strings/str_test.c b/strings/str_test.c index 0814647472c..7e304fbd10a 100644 --- a/strings/str_test.c +++ b/strings/str_test.c @@ -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 -- cgit v1.2.1