#undef FOO is cleaner than #define FOO_XX

svn:r5774
This commit is contained in:
Nick Mathewson 2006-01-10 20:50:22 +00:00
parent 4a7ee9bd3d
commit bef879540a

View File

@ -1274,7 +1274,7 @@ already_fetching_directory(int purpose)
return 0;
}
#define INSTRUMENT_DOWNLOADS_XX 1
#undef INSTRUMENT_DOWNLOADS
#ifdef INSTRUMENT_DOWNLOADS
/** DOCDOC */