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 /include/my_sys.h | |
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 'include/my_sys.h')
-rw-r--r-- | include/my_sys.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/my_sys.h b/include/my_sys.h index 166133251bc..b4aac3a17bd 100644 --- a/include/my_sys.h +++ b/include/my_sys.h @@ -720,7 +720,6 @@ extern int wild_compare(const char *str,const char *wildstr, extern WF_PACK *wf_comp(char * str); extern int wf_test(struct wild_file_pack *wf_pack,const char *name); extern void wf_end(struct wild_file_pack *buffer); -extern size_t strip_sp(char * str); extern my_bool array_append_string_unique(const char *str, const char **array, size_t size); extern void get_date(char * to,int timeflag,time_t use_time); |