diff options
Diffstat (limited to 'gdb/infcmd.c')
-rw-r--r-- | gdb/infcmd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/infcmd.c b/gdb/infcmd.c index 3b7178c..25cf025 100644 --- a/gdb/infcmd.c +++ b/gdb/infcmd.c @@ -100,8 +100,6 @@ static void step_command (char *, int); static void run_command (char *, int); -void _initialize_infcmd (void); - #define ERROR_NO_INFERIOR \ if (!target_has_execution) error (_("The program is not being run.")); |