1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +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"); DBUG_ENTER("emb_stmt_execute");
char header[5]; char header[5];
MYSQL_DATA *res;
THD *thd; THD *thd;
my_bool res; my_bool res;