From b59d2d704c224c515321407cebd7bb34403062ac Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Fri, 7 May 2010 00:47:33 +0000 Subject: 2010-05-06 Michael Snyder * 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. --- gdb/mdebugread.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb/mdebugread.c') diff --git a/gdb/mdebugread.c b/gdb/mdebugread.c index fbc77669678..20bf3a3adc5 100644 --- a/gdb/mdebugread.c +++ b/gdb/mdebugread.c @@ -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; -- cgit v1.2.1