Remove unnecessary line from catch_exec_command_1
authorTom Tromey <tom@tromey.com>
Sat, 30 Apr 2022 18:51:17 +0000 (12:51 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 6 May 2022 18:03:34 +0000 (12:03 -0600)
commitfb9e63701335b7383622e3da5825dd4aa45b788e
tree36ff53ce375624aa8ffd377cec3a07f9e9694cbc
parent4d1ae558932c17415bbe5b0dbec0a7539a19b6d5
Remove unnecessary line from catch_exec_command_1

catch_exec_command_1 clears the new catchpoint's "exec_pathname"
field, but this is already done by virtue of calling "new".
gdb/break-catch-exec.c