diff options
Diffstat (limited to 'mysys/testhash.c')
-rw-r--r-- | mysys/testhash.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mysys/testhash.c b/mysys/testhash.c index fd2bc73b2ae..0961558afd3 100644 --- a/mysys/testhash.c +++ b/mysys/testhash.c @@ -249,7 +249,6 @@ err: static int get_options(int argc, char **argv) { char *pos,*progname; - DEBUGGER_OFF; progname= argv[0]; @@ -269,7 +268,6 @@ static int get_options(int argc, char **argv) printf("Usage: %s [-?ABIKLWv] [-m#] [-t#]\n",progname); exit(0); case '#': - DEBUGGER_ON; DBUG_PUSH (++pos); break; } |