2011-03-04 Michael Snyder <msnyder@vmware.com>

Reverting this patch:
	* infcall.c (call_function_by_hand): Add break statements for lint.
This commit is contained in:
Michael Snyder 2011-03-04 18:31:22 +00:00
parent 12f23c24fa
commit 7f5936f9fe
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2011-03-04 Michael Snyder <msnyder@vmware.com>
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.

View File

@ -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 */
}
}