aboutsummaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-01-02 17:35:01 +0000
committerAndrew Cagney <cagney@redhat.com>2004-01-02 17:35:01 +0000
commite42c953419c841c0a2b90f9488e6f519e6e49f0b (patch)
treeb5cddf54a796184c1eb92db5b44dac9d4b9ea791 /gdb/defs.h
parent303e7b798f250bdd77ba441fe231a0b8d0836124 (diff)
downloadgdb-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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index 9db0af2..443ad6b 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -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 *);