Browse Source

Remove extraneous local

svn:r2663
Nick Mathewson 21 years ago
parent
commit
871bf904ae
1 changed files with 0 additions and 1 deletions
  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)) {