summaryrefslogtreecommitdiffstats
path: root/sql/vers_string.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/vers_string.h')
-rw-r--r--sql/vers_string.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/vers_string.h b/sql/vers_string.h
index c5be9c35..93740ea8 100644
--- a/sql/vers_string.h
+++ b/sql/vers_string.h
@@ -57,9 +57,6 @@ public:
Lex_cstring_with_compare(const char *_str, size_t _len) :
Lex_cstring(_str, _len)
{ }
- Lex_cstring_with_compare(const LEX_STRING src) :
- Lex_cstring(src.str, src.length)
- { }
Lex_cstring_with_compare(const LEX_CSTRING src) : Lex_cstring(src.str, src.length)
{ }
Lex_cstring_with_compare(const char *_str) : Lex_cstring(_str, strlen(_str))