aboutsummaryrefslogtreecommitdiff
path: root/gdb/reverse.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/reverse.c')
-rw-r--r--gdb/reverse.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/reverse.c b/gdb/reverse.c
index 61f2e7c..b44c0d1 100644
--- a/gdb/reverse.c
+++ b/gdb/reverse.c
@@ -50,9 +50,6 @@ exec_reverse_once (char *cmd, char *args, int from_tty)
enum exec_direction_kind dir = execution_direction;
struct cleanup *old_chain;
- if (dir == EXEC_ERROR)
- error (_("Target %s does not support this command."), target_shortname);
-
if (dir == EXEC_REVERSE)
error (_("Already in reverse mode. Use '%s' or 'set exec-dir forward'."),
cmd);