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.
This commit is contained in:
Tom Tromey 2017-09-27 20:43:27 -06:00
parent 99ef965c6e
commit 9754d8c4c4
3 changed files with 5 additions and 3 deletions

View file

@ -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);