From 0fe72a953243d7f1b1f1c2d665936a7ffaad76d2 Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Fri, 4 Mar 2011 18:31:22 +0000 Subject: 2011-03-04 Michael Snyder Reverting this patch: * infcall.c (call_function_by_hand): Add break statements for lint. --- gdb/infcall.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gdb/infcall.c') diff --git a/gdb/infcall.c b/gdb/infcall.c index af3a2615984..75de56cadac 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 */ } } -- cgit v1.2.1