[or-cvs] Remove extraneous local

Nick Mathewson nickm at seul.org
Wed Nov 3 19:15:41 UTC 2004


Update of /home/or/cvsroot/src/common
In directory moria.mit.edu:/tmp/cvs-serv14991/src/common

Modified Files:
	util.c 
Log Message:
Remove extraneous local

Index: util.c
===================================================================
RCS file: /home/or/cvsroot/src/common/util.c,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -d -r1.165 -r1.166
--- util.c	3 Nov 2004 19:02:47 -0000	1.165
+++ util.c	3 Nov 2004 19:15:38 -0000	1.166
@@ -766,7 +766,6 @@
 {
   char tempname[1024];
   int fd;
-  size_t len;
   int result;
   if ((strlcpy(tempname,fname,1024) >= 1024) ||
       (strlcat(tempname,".tmp",1024) >= 1024)) {



More information about the tor-commits mailing list