aboutsummaryrefslogtreecommitdiff
path: root/gdb/sparc-stub.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/sparc-stub.c')
-rw-r--r--gdb/sparc-stub.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/sparc-stub.c b/gdb/sparc-stub.c
index 62636c2..47b9810 100644
--- a/gdb/sparc-stub.c
+++ b/gdb/sparc-stub.c
@@ -289,11 +289,6 @@ getpacket(buffer)
{
xmitcsum = hex(getDebugChar()) << 4;
xmitcsum |= hex(getDebugChar());
-#if 1
- /* Humans shouldn't have to figure out checksums to type to it. */
- putDebugChar ('+');
- return;
-#endif
if (checksum != xmitcsum)
putDebugChar('-'); /* failed checksum */
else