[or-cvs] Remove a field that nobody sets or uses.

Nick Mathewson nickm at seul.org
Fri Aug 26 21:11:36 UTC 2005


Update of /home/or/cvsroot/tor/src/or
In directory moria:/tmp/cvs-serv1037/src/or

Modified Files:
	or.h 
Log Message:
Remove a field that nobody sets or uses.

Index: or.h
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/or.h,v
retrieving revision 1.656
retrieving revision 1.657
diff -u -d -r1.656 -r1.657
--- or.h	26 Aug 2005 20:59:04 -0000	1.656
+++ or.h	26 Aug 2005 21:11:34 -0000	1.657
@@ -773,8 +773,6 @@
   time_t running_routers_updated_on;
   /** What is the most recently received running_routers structure? */
   running_routers_t *running_routers;
-  /** Which router is claimed to have signed it? */
-  char *signing_router;
 } routerlist_t;
 
 /** Information on router used when extending a circuit.  (We don't need a



More information about the tor-commits mailing list