]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove an #undef, so you can -Ddefine stuff on the command line
authorPeter Palfrader <peter@palfrader.org>
Mon, 11 Jun 2007 22:32:30 +0000 (22:32 +0000)
committerPeter Palfrader <peter@palfrader.org>
Mon, 11 Jun 2007 22:32:30 +0000 (22:32 +0000)
svn:r10564

src/or/directory.c

index 8689e38dfecdcd6e6946aed3fc8aed4d9755dcc5..3390f3a8bd9d4bffcc607dad6cd68e216a1aa63d 100644 (file)
@@ -1561,8 +1561,6 @@ already_fetching_directory(int purpose)
   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. */