Commit 847e6873 authored by unknown's avatar unknown

Fix after manual merge: remove dead declaration.

parent cda57c96
...@@ -277,7 +277,6 @@ static int emb_stmt_execute(MYSQL_STMT *stmt) ...@@ -277,7 +277,6 @@ static int emb_stmt_execute(MYSQL_STMT *stmt)
{ {
DBUG_ENTER("emb_stmt_execute"); DBUG_ENTER("emb_stmt_execute");
char header[5]; char header[5];
MYSQL_DATA *res;
THD *thd; THD *thd;
my_bool res; my_bool res;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment