summaryrefslogtreecommitdiff
path: root/gdb/infcall.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2011-03-04 18:31:22 +0000
committerMichael Snyder <msnyder@specifix.com>2011-03-04 18:31:22 +0000
commit0fe72a953243d7f1b1f1c2d665936a7ffaad76d2 (patch)
tree69b277d7bee1eec89ca9dea424d524269b9f175e /gdb/infcall.c
parent90e7e2bd6153028219b189bc2d9b8e862af8137e (diff)
downloadgdb-0fe72a953243d7f1b1f1c2d665936a7ffaad76d2.tar.gz
2011-03-04 Michael Snyder <msnyder@vmware.com>
Reverting this patch: * infcall.c (call_function_by_hand): Add break statements for lint.
Diffstat (limited to 'gdb/infcall.c')
-rw-r--r--gdb/infcall.c2
1 files changed, 0 insertions, 2 deletions
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 */
}
}