2010-05-06 Michael Snyder <msnyder@vmware.com>

* serial.c (serial_for_fd): Delete unused variable.
	* mdebugread.c (psymtab_to_symtab_1): Delete unused variable.
	* top.c (execute_command): Delete unused variable.
	(init_main): Delete unused variable.
	* utils.c (do_fclose_cleanup): Delete unused variable.
	(do_all_inferior_continuations): Delete unused variable.
	(initialize_utils): Delete unused variable.
	(internal_problem_mode): Delete unused global.
	* frame.c (get_prev_frame): Delete unused global.
	(get_frame_locals_address): Delete unused global.
	(get_frame_args_address): Delete unused global.
This commit is contained in:
Michael Snyder
2010-05-07 00:47:37 +00:00
parent 9216103f92
commit 1be757cfff
6 changed files with 12 additions and 14 deletions

View File

@ -4124,7 +4124,6 @@ psymtab_to_symtab_1 (struct partial_symtab *pst, char *filename)
{
/* This symbol table contains ordinary ecoff entries. */
int f_max;
int maxlines;
EXTR *ext_ptr;