diff options
author | Tom Tromey <tom@tromey.com> | 2017-09-27 20:43:27 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2017-09-29 20:46:45 -0600 |
commit | 9754d8c4c48209eaefb044d03dc25f14dca8a263 (patch) | |
tree | a1e637af474f02280a28433bd252c9e707c8d027 /gdb/main.c | |
parent | 99ef965c6e812cc73691873c965cff0d2d5b89a0 (diff) | |
download | gdb-9754d8c4c48209eaefb044d03dc25f14dca8a263.zip gdb-9754d8c4c48209eaefb044d03dc25f14dca8a263.tar.gz gdb-9754d8c4c48209eaefb044d03dc25f14dca8a263.tar.bz2 |
Remove some unused declarations
This removes a couple of unused cleanup-related declarations.
gdb/ChangeLog
2017-09-29 Tom Tromey <tom@tromey.com>
* main.c (captured_main_1): Remove unused declaration.
* spu-multiarch.c (parse_spufs_run): Remove unused declaration.
Diffstat (limited to 'gdb/main.c')
-rw-r--r-- | gdb/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -498,8 +498,6 @@ captured_main_1 (struct captured_main_args *context) int save_auto_load; struct objfile *objfile; - struct cleanup *chain; - #ifdef HAVE_SBRK /* Set this before constructing scoped_command_stats. */ lim_at_start = (char *) sbrk (0); |