ソースを参照

Remove an #undef, so you can -Ddefine stuff on the command line

svn:r10564
Peter Palfrader 18 年 前
コミット
f621513cad
1 ファイル変更0 行追加2 行削除
  1. 0 2
      src/or/directory.c

+ 0 - 2
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. */