2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
[deliverable/binutils-gdb.git] / gdb / skip.c
index da748e70c38bfa04eb6785e7d4bba60d1aa113d9..8e1965266a5346e05a1c448955a6ef5ebc38668d 100644 (file)
@@ -155,9 +155,6 @@ skip_function_command (char *arg, int from_tty)
       /* Decode arg.  We set funfirstline=1 so decode_line_1 will give us the
         first line of the function specified, if it can, and so that we'll
         reject variable names and the like.  */
-
-      int i;
-      int pending = 0;
       char *orig_arg = arg; /* decode_line_1 modifies the arg pointer.  */
       volatile struct gdb_exception decode_exception;
       struct symtabs_and_lines sals = { 0 };
This page took 0.023393 seconds and 4 git commands to generate.