From 9e71ae3951e574744497a32271adcd9f3377e8ca Mon Sep 17 00:00:00 2001 From: msnyder Date: Sat, 5 Mar 2011 03:31:22 +0000 Subject: [PATCH] 2011-03-04 Michael Snyder Reverting this patch: * infcall.c (call_function_by_hand): Add break statements for lint. --- gdb/ChangeLog | 3 +++ gdb/infcall.c | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index dcace77c26..a79e62c0f2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,6 +1,9 @@ 2011-03-04 Michael Snyder Reverting this patch: + * infcall.c (call_function_by_hand): Add break statements for lint. + + Reverting this patch: * cli/cli-script.c (script_from_file): Add break for lint. 2011-03-04 Michael Snyder diff --git a/gdb/infcall.c b/gdb/infcall.c index af3a261598..75de56cada 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 */ } } -- 2.11.0