diff options
Diffstat (limited to 'gdb/utils.h')
-rw-r--r-- | gdb/utils.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/utils.h b/gdb/utils.h index 6ff18568..0de0fe2 100644 --- a/gdb/utils.h +++ b/gdb/utils.h @@ -244,9 +244,6 @@ private: /* For make_cleanup_close see common/filestuff.h. */ -struct target_ops; -extern struct cleanup *make_cleanup_unpush_target (struct target_ops *ops); - extern struct cleanup *make_cleanup_value_free_to_mark (struct value *); /* A deleter for a hash table. */ |