Explorar o código

Remove extraneous local

svn:r2663
Nick Mathewson %!s(int64=21) %!d(string=hai) anos
pai
achega
871bf904ae
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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)) {