1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

WL#5498: Remove dead and unused source code

Remove unused variables.
This commit is contained in:
Davi Arnaut
2010-07-23 17:13:36 -03:00
parent 9fd9857e0b
commit dd14fa18af
20 changed files with 10 additions and 58 deletions

View File

@@ -995,8 +995,6 @@ enum xa_option_words {XA_NONE, XA_JOIN, XA_RESUME, XA_ONE_PHASE,
XA_SUSPEND, XA_FOR_MIGRATE};
extern const LEX_STRING null_lex_str;
extern const LEX_STRING empty_lex_str;
class Sroutine_hash_entry;