diff options
author | Davi Arnaut <davi.arnaut@oracle.com> | 2010-07-23 17:17:14 -0300 |
---|---|---|
committer | Davi Arnaut <davi.arnaut@oracle.com> | 2010-07-23 17:17:14 -0300 |
commit | 507ca08ff6a731c811a82869f85ba5166e8a9df1 (patch) | |
tree | d634717d00e7631767edfde544c80bee53197f21 /strings/str_test.c | |
parent | 75e22123972f3404cd384839695c9e7b0165565f (diff) | |
download | mariadb-git-507ca08ff6a731c811a82869f85ba5166e8a9df1.tar.gz |
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.
Diffstat (limited to 'strings/str_test.c')
-rw-r--r-- | strings/str_test.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 |