1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

- Housekeeping: removed a few unreferenced variables, noticed while doing

Windows builds


sql/sql_base.cc:
  - removed an unreferenced variable
sql/strfunc.cc:
  - removed an unreferenced variable
This commit is contained in:
unknown
2005-01-11 15:38:03 +01:00
parent cc1c4a99ef
commit c9079c1340
2 changed files with 2 additions and 3 deletions

View File

@ -2305,7 +2305,6 @@ int setup_wild(THD *thd, TABLE_LIST *tables, List<Item> &fields,
List<Item> *sum_func_list,
uint wild_num)
{
bool is_stmt_prepare;
DBUG_ENTER("setup_wild");
if (!wild_num)
DBUG_RETURN(0);