From 18a01ce9246616e2a3f131d69c132109335c9359 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 29 Mar 2008 09:52:16 +0200 Subject: fixed warnings and compile errors from the fix for bug 26243 --- heap/hp_test2.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'heap/hp_test2.c') diff --git a/heap/hp_test2.c b/heap/hp_test2.c index 7b756ae10a4..73cad6c2043 100644 --- a/heap/hp_test2.c +++ b/heap/hp_test2.c @@ -617,7 +617,6 @@ err: static int get_options(int argc,char *argv[]) { char *pos,*progname; - DEBUGGER_OFF; progname= argv[0]; @@ -646,7 +645,6 @@ static int get_options(int argc,char *argv[]) printf("Usage: %s [-?ABIKLsWv] [-m#] [-t#]\n",progname); exit(0); case '#': - DEBUGGER_ON; DBUG_PUSH (++pos); break; } -- cgit v1.2.1