diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-01-02 17:35:01 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-01-02 17:35:01 +0000 |
commit | e42c953419c841c0a2b90f9488e6f519e6e49f0b (patch) | |
tree | b5cddf54a796184c1eb92db5b44dac9d4b9ea791 /gdb/defs.h | |
parent | 303e7b798f250bdd77ba441fe231a0b8d0836124 (diff) | |
download | gdb-e42c953419c841c0a2b90f9488e6f519e6e49f0b.zip gdb-e42c953419c841c0a2b90f9488e6f519e6e49f0b.tar.gz gdb-e42c953419c841c0a2b90f9488e6f519e6e49f0b.tar.bz2 |
2004-01-02 Andrew Cagney <cagney@redhat.com>
* utils.c (do_my_cleanups): Make static, add forward declaration.
* defs.h (do_my_cleanups): Delete declaration.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r-- | gdb/defs.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -355,7 +355,6 @@ extern void request_quit (int); extern void do_cleanups (struct cleanup *); extern void do_final_cleanups (struct cleanup *); -extern void do_my_cleanups (struct cleanup **, struct cleanup *); extern void do_run_cleanups (struct cleanup *); extern void do_exec_cleanups (struct cleanup *); extern void do_exec_error_cleanups (struct cleanup *); |