diff options
Diffstat (limited to 'gdb/infcmd.c')
-rw-r--r-- | gdb/infcmd.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/infcmd.c b/gdb/infcmd.c index 0d5dce9b445..fcabd3a4233 100644 --- a/gdb/infcmd.c +++ b/gdb/infcmd.c @@ -166,9 +166,6 @@ int stopped_by_random_signal; in format described in environ.h. */ struct gdb_environ *inferior_environ; - -/* When set, no calls to target_resumed observer will be made. */ -int suppress_resume_observer = 0; /* Accessor routines. */ |