From 0d98d971707dc2051c5f7cb8be1f740cd454bdfd Mon Sep 17 00:00:00 2001 From: "msvensson@neptunus.(none)" <> Date: Fri, 7 Apr 2006 14:21:00 +0200 Subject: [PATCH] Remove #if 0 --- client/mysqltest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/mysqltest.c b/client/mysqltest.c index 49e3097421a..e51d83270b5 100644 --- a/client/mysqltest.c +++ b/client/mysqltest.c @@ -4503,7 +4503,7 @@ static void init_var_hash(MYSQL *mysql) static void mark_progress(int line) { -#if 0 +#ifdef NOT_YET static FILE* fp = NULL; static double first;