Explorar el Código

Remove extraneous local

svn:r2663
Nick Mathewson hace 21 años
padre
commit
871bf904ae
Se han modificado 1 ficheros con 0 adiciones y 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];
   char tempname[1024];
   int fd;
   int fd;
-  size_t len;
   int result;
   int result;
   if ((strlcpy(tempname,fname,1024) >= 1024) ||
   if ((strlcpy(tempname,fname,1024) >= 1024) ||
       (strlcat(tempname,".tmp",1024) >= 1024)) {
       (strlcat(tempname,".tmp",1024) >= 1024)) {