diff options
Diffstat (limited to 'storage/heap/hp_test2.c')
-rw-r--r-- | storage/heap/hp_test2.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/storage/heap/hp_test2.c b/storage/heap/hp_test2.c index 2de49bcb66b..a74872dbd11 100644 --- a/storage/heap/hp_test2.c +++ b/storage/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; } |