Remove some unused variables
[deliverable/binutils-gdb.git] / gdb / guile / scm-utils.c
index 872a1ee1aeec47802ee02a8be47110baf016dea5..c0557dd0fbf69e3471628433bb266d33e484331f 100644 (file)
@@ -1,6 +1,6 @@
 /* General utility routines for GDB/Scheme code.
 
-   Copyright (C) 2014-2015 Free Software Foundation, Inc.
+   Copyright (C) 2014-2017 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -381,7 +381,7 @@ gdbscm_parse_function_args (const char *func_name,
 {
   va_list args;
   const char *p;
-  int i, have_rest, num_keywords, length, position;
+  int i, have_rest, num_keywords, position;
   int have_optional = 0;
   SCM status;
   SCM rest = SCM_EOL;
This page took 0.024571 seconds and 4 git commands to generate.