diff options
author | Magnus Blåudd <magnus.blaudd@sun.com> | 2009-10-06 13:04:51 +0200 |
---|---|---|
committer | Magnus Blåudd <magnus.blaudd@sun.com> | 2009-10-06 13:04:51 +0200 |
commit | 1ec86b21f9328b6ef472fcae1b78c2e3757f73e9 (patch) | |
tree | a5804d30df9123a33853e0332c1c5f89aa1c0edf /mysys/Makefile.am | |
parent | 10d1a0daa58f5c2d3a64a0eac9d161f2997a8e70 (diff) | |
download | mariadb-git-1ec86b21f9328b6ef472fcae1b78c2e3757f73e9.tar.gz |
Bug#47857 strip_sp function in mysys/mf_strip.c never used and cause name clash
- Remove mf_strip.c and the declaration of 'strip_sp'
Diffstat (limited to 'mysys/Makefile.am')
-rw-r--r-- | mysys/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/Makefile.am b/mysys/Makefile.am index 16f0e1a9759..19017330654 100644 --- a/mysys/Makefile.am +++ b/mysys/Makefile.am @@ -35,7 +35,7 @@ libmysys_a_SOURCES = my_init.c my_getwd.c mf_getdate.c my_mmap.c \ my_error.c errors.c my_div.c my_messnc.c \ mf_format.c mf_same.c mf_dirname.c mf_fn_ext.c \ my_symlink.c my_symlink2.c \ - mf_pack.c mf_unixpath.c mf_strip.c mf_arr_appstr.c \ + mf_pack.c mf_unixpath.c mf_arr_appstr.c \ mf_wcomp.c mf_wfile.c my_gethwaddr.c \ mf_qsort.c mf_qsort2.c mf_sort.c \ ptr_cmp.c mf_radix.c queues.c my_getncpus.c \ |