[or-cvs] r10564: Remove an #undef, so you can -Ddefine stuff on the command l (tor/trunk/src/or)

weasel at seul.org weasel at seul.org
Mon Jun 11 22:32:30 UTC 2007


Author: weasel
Date: 2007-06-11 18:32:30 -0400 (Mon, 11 Jun 2007)
New Revision: 10564

Modified:
   tor/trunk/src/or/directory.c
Log:
Remove an #undef, so you can -Ddefine stuff on the command line

Modified: tor/trunk/src/or/directory.c
===================================================================
--- tor/trunk/src/or/directory.c	2007-06-11 22:19:40 UTC (rev 10563)
+++ tor/trunk/src/or/directory.c	2007-06-11 22:32:30 UTC (rev 10564)
@@ -1561,8 +1561,6 @@
   return 0;
 }
 
-#undef INSTRUMENT_DOWNLOADS
-
 #ifdef INSTRUMENT_DOWNLOADS
 /** Map used to keep track of how much data we've up/downloaded in what kind
  * of request.  Maps from request type to pointer to uint64_t. */



More information about the tor-commits mailing list