From 2de2d45fdfdaefe6ac2817b2c65d159daba9c334 Mon Sep 17 00:00:00 2001 From: marko Date: Thu, 27 Sep 2007 08:56:33 +0000 Subject: [PATCH] branches/zip: Remove the unused variable row_mysql_identically_false. --- row/row0mysql.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/row/row0mysql.c b/row/row0mysql.c index ac941453ddb..f6fcc7c02f5 100644 --- a/row/row0mysql.c +++ b/row/row0mysql.c @@ -34,9 +34,6 @@ Created 9/17/2000 Heikki Tuuri #include "fil0fil.h" #include "ibuf0ibuf.h" -/* A dummy variable used to fool the compiler */ -ibool row_mysql_identically_false = FALSE; - /* Provide optional 4.x backwards compatibility for 5.0 and above */ ibool row_rollback_on_timeout = FALSE;