From 9754d8c4c48209eaefb044d03dc25f14dca8a263 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 27 Sep 2017 20:43:27 -0600 Subject: Remove some unused declarations This removes a couple of unused cleanup-related declarations. gdb/ChangeLog 2017-09-29 Tom Tromey * main.c (captured_main_1): Remove unused declaration. * spu-multiarch.c (parse_spufs_run): Remove unused declaration. --- gdb/main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gdb/main.c') diff --git a/gdb/main.c b/gdb/main.c index 66ba75b..f174a24 100644 --- a/gdb/main.c +++ b/gdb/main.c @@ -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); -- cgit v1.1