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

Fix after manual merge: remove dead declaration.

This commit is contained in:
kroki/tomash@moonlight.intranet
2006-11-17 13:56:11 +03:00
parent e7ebeac561
commit f6e4e2317e

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;