1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Fix after manual merge: remove dead declaration.

This commit is contained in:
unknown
2006-11-17 13:56:11 +03:00
parent cda57c96df
commit 847e687327

View File

@@ -277,7 +277,6 @@ static int emb_stmt_execute(MYSQL_STMT *stmt)
{
DBUG_ENTER("emb_stmt_execute");
char header[5];
MYSQL_DATA *res;
THD *thd;
my_bool res;