aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/break-catch-exec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/break-catch-exec.c b/gdb/break-catch-exec.c
index 00a0263..fbdc1c2 100644
--- a/gdb/break-catch-exec.c
+++ b/gdb/break-catch-exec.c
@@ -205,7 +205,6 @@ catch_exec_command_1 (const char *arg, int from_tty,
std::unique_ptr<exec_catchpoint> c (new exec_catchpoint ());
init_catchpoint (c.get (), gdbarch, temp, cond_string);
- c->exec_pathname.reset ();
install_breakpoint (0, std::move (c), 1);
}