1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

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

Windows builds
This commit is contained in:
lenz@mysql.com
2005-01-11 15:38:03 +01:00
parent af7dcec56d
commit 0d08e9b2c2
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);