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 | f5bcb0f498a7f6ae795ee090ed235c557339e750 (patch) | |
tree | 0a1389d6ea4d2648a057e4071ac46d0a9e79247b /gdb/defs.h | |
parent | 006779f0a3188e492d916cb45ad44069abc94105 (diff) | |
download | gdb-f5bcb0f498a7f6ae795ee090ed235c557339e750.tar.gz |
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
diff --git a/gdb/defs.h b/gdb/defs.h index 9db0af2cdc2..443ad6b0937 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 *); |