summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMagnus Blåudd <magnus.blaudd@sun.com>2009-10-06 13:04:51 +0200
committerMagnus Blåudd <magnus.blaudd@sun.com>2009-10-06 13:04:51 +0200
commitb64dbeed6ec47ae03ccbf8d492265af071cbead4 (patch)
treea5804d30df9123a33853e0332c1c5f89aa1c0edf /include
parent618d79808abfab3b6b23d40d424f7d3aa91be64c (diff)
downloadmariadb-git-b64dbeed6ec47ae03ccbf8d492265af071cbead4.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')
-rw-r--r--include/my_sys.h1
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);