Yet more global-removal. The static variables in logging.c are now
[u/mdw/putty] / sftp.c
diff --git a/sftp.c b/sftp.c
index e1f6017..6d78c2c 100644 (file)
--- a/sftp.c
+++ b/sftp.c
@@ -942,8 +942,6 @@ struct fxp_name *fxp_dup_name(struct fxp_name *name)
  */
 void fxp_free_name(struct fxp_name *name)
 {
-    int i;
-
     sfree(name->filename);
     sfree(name->longname);
     sfree(name);