summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorelliot@mysql.com <>2005-08-19 14:49:34 -0400
committerelliot@mysql.com <>2005-08-19 14:49:34 -0400
commitd9efe655ed8f0377725ace8912f0123175d4099d (patch)
treee9b004d2e9d0b322b3e2006b7e0e0733ea5d65f9 /include
parent7c99cf1af05aebdae1f44d6df3f4751b4cdb933a (diff)
downloadmariadb-git-d9efe655ed8f0377725ace8912f0123175d4099d.tar.gz
Bug#11338 Fixes from review (identical functionality).
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 eafa41a05c8..8752aa30772 100644
--- a/include/my_sys.h
+++ b/include/my_sys.h
@@ -788,7 +788,6 @@ extern my_bool init_compiled_charsets(myf flags);
extern void add_compiled_collation(CHARSET_INFO *cs);
extern ulong escape_string_for_mysql(CHARSET_INFO *charset_info, char *to,
const char *from, ulong length);
-extern char *bare_str_to_hex(char *to, const char *from, uint len);
#ifdef __WIN__
#define BACKSLASH_MBTAIL
/* File system character set */