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 /sql/mysql_priv.h.pp | |
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 'sql/mysql_priv.h.pp')
-rw-r--r-- | sql/mysql_priv.h.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/mysql_priv.h.pp b/sql/mysql_priv.h.pp index 8bb31f64587..d874a2591d1 100644 --- a/sql/mysql_priv.h.pp +++ b/sql/mysql_priv.h.pp @@ -773,7 +773,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); |