[or-cvs] removed unused variable; silence warning

Nick Mathewson nickm at seul.org
Wed Nov 19 01:32:36 UTC 2003


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

Modified Files:
	connection_or.c 
Log Message:
removed unused variable; silence warning

Index: connection_or.c
===================================================================
RCS file: /home/or/cvsroot/src/or/connection_or.c,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- connection_or.c	18 Nov 2003 10:38:13 -0000	1.77
+++ connection_or.c	19 Nov 2003 01:32:34 -0000	1.78
@@ -180,7 +180,6 @@
   crypto_pk_env_t *pk;
   routerinfo_t *router;
   char nickname[MAX_NICKNAME_LEN+1];
-  connection_t *otherconn;
 
   conn->state = OR_CONN_STATE_OPEN;
   directory_set_dirty();



More information about the tor-commits mailing list