summaryrefslogtreecommitdiff
path: root/gdb/mdebugread.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2010-05-07 00:47:33 +0000
committerMichael Snyder <msnyder@specifix.com>2010-05-07 00:47:33 +0000
commitb59d2d704c224c515321407cebd7bb34403062ac (patch)
tree4cb20b5e116963d068fc0c7c1621407f076a39f3 /gdb/mdebugread.c
parent36740389202db9855a768e8853b2bc9b1a0451ba (diff)
downloadgdb-b59d2d704c224c515321407cebd7bb34403062ac.tar.gz
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.
Diffstat (limited to 'gdb/mdebugread.c')
-rw-r--r--gdb/mdebugread.c1
1 files changed, 0 insertions, 1 deletions
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;