From: Peter Palfrader Date: Mon, 11 Jun 2007 22:32:30 +0000 (+0000) Subject: Remove an #undef, so you can -Ddefine stuff on the command line X-Git-Tag: tor-0.2.0.3-alpha~220 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f621513cad383d7d59e89d095c7b9519f6bcc1b8;p=thirdparty%2Ftor.git Remove an #undef, so you can -Ddefine stuff on the command line svn:r10564 --- diff --git a/src/or/directory.c b/src/or/directory.c index 8689e38dfe..3390f3a8bd 100644 --- a/src/or/directory.c +++ b/src/or/directory.c @@ -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. */