1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

WL#5498: Remove dead and unused source code

Remove unused macros or macro which are always defined.

include/my_global.h:
  Remove unused macros and move macros which aren't used globally.
This commit is contained in:
Davi Arnaut
2010-07-23 17:16:29 -03:00
parent 7a344b6106
commit 75e2212397
25 changed files with 52 additions and 382 deletions

View File

@@ -6064,7 +6064,7 @@ bool add_field_to_list(THD *thd, LEX_STRING *field_name, enum_field_types type,
void store_position_for_column(const char *name)
{
current_thd->lex->last_field->after=my_const_cast(char*) (name);
current_thd->lex->last_field->after=(char*) (name);
}
bool