diff options
Diffstat (limited to 'gdb/infcall.c')
-rw-r--r-- | gdb/infcall.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/infcall.c b/gdb/infcall.c index af3a261..75de56c 100644 --- a/gdb/infcall.c +++ b/gdb/infcall.c @@ -831,11 +831,9 @@ Evaluation of the expression containing the function\n\ (%s) will be abandoned.\n\ When the function is done executing, GDB will silently stop."), e.message, name); - break; /* lint */ case RETURN_QUIT: default: throw_exception (e); - break; /* lint */ } } |