Selaa lähdekoodia

Remove extraneous local

svn:r2663
Nick Mathewson 21 vuotta sitten
vanhempi
commit
871bf904ae
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      src/common/util.c

+ 0 - 1
src/common/util.c

@@ -766,7 +766,6 @@ int write_bytes_to_file(const char *fname, const char *str, size_t len,
 {
   char tempname[1024];
   int fd;
-  size_t len;
   int result;
   if ((strlcpy(tempname,fname,1024) >= 1024) ||
       (strlcat(tempname,".tmp",1024) >= 1024)) {