remote: Move discard_pending_stop_replies call
[deliverable/binutils-gdb.git] / gdb / guile / scm-string.c
index 4e495ebd5c9cdd762fa3405d9f8e8a5ea5836374..63c60f068a347e7a9ca724ba6db7df0f564c61ae 100644 (file)
@@ -1,6 +1,6 @@
 /* GDB/Scheme charset interface.
 
-   Copyright (C) 2014-2017 Free Software Foundation, Inc.
+   Copyright (C) 2014-2018 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -241,7 +241,6 @@ static SCM
 gdbscm_string_to_argv (SCM string_scm)
 {
   char *string;
-  int i;
   SCM result = SCM_EOL;
 
   gdbscm_parse_function_args (FUNC_NAME, SCM_ARG1, NULL, "s",
This page took 0.031301 seconds and 4 git commands to generate.