diff options
Diffstat (limited to 'gdb/ax-gdb.c')
-rw-r--r-- | gdb/ax-gdb.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/ax-gdb.c b/gdb/ax-gdb.c index f0e33cb..2029882 100644 --- a/gdb/ax-gdb.c +++ b/gdb/ax-gdb.c @@ -2562,13 +2562,11 @@ gen_printf (CORE_ADDR scope, struct gdbarch *gdbarch, struct format_piece *frags, int nargs, struct expression **exprs) { - struct expression *expr; struct cleanup *old_chain = 0; struct agent_expr *ax = new_agent_expr (gdbarch, scope); union exp_element *pc; struct axs_value value; - int i, tem, bot, fr, flen; - char *fmt; + int tem; old_chain = make_cleanup_free_agent_expr (ax); |