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 | 68cd3bce9c04b2e0bef3521b51b881c5ba3068e6 (patch) | |
tree | d634717d00e7631767edfde544c80bee53197f21 /libmysql | |
parent | 60ab2b9283ffc6a7c4eeb5f94963c504d6eb8062 (diff) | |
download | mariadb-git-68cd3bce9c04b2e0bef3521b51b881c5ba3068e6.tar.gz |
WL#5498: Remove dead and unused source code
Remove unused string functions.
Diffstat (limited to 'libmysql')
-rw-r--r-- | libmysql/Makefile.shared | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysql/Makefile.shared b/libmysql/Makefile.shared index f98863951e3..887af62229a 100644 --- a/libmysql/Makefile.shared +++ b/libmysql/Makefile.shared @@ -37,7 +37,7 @@ target_sources = libmysql.c password.c \ mystringsobjects = strmov.lo strxmov.lo strxnmov.lo strnmov.lo \ strmake.lo strend.lo \ strnlen.lo strfill.lo is_prefix.lo \ - int2str.lo str2int.lo strinstr.lo strcont.lo \ + int2str.lo str2int.lo strcont.lo \ strcend.lo ctype-latin1.lo \ bchange.lo bmove.lo bmove_upp.lo longlong2str.lo \ strtoull.lo strtoll.lo llstr.lo my_vsnprintf.lo \ |