commit 3b83da1069f963bc0e9806cdeebc16fb8c2a6129 Author: Roger Dingledine arma@torproject.org Date: Fri May 27 12:32:41 2016 -0400
remove a now-unused section of or.h --- src/or/or.h | 6 ------ 1 file changed, 6 deletions(-)
diff --git a/src/or/or.h b/src/or/or.h index a1b09b5..a6e4172 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -14,12 +14,6 @@
#include "orconfig.h"
-#if defined(__clang_analyzer__) || defined(__COVERITY__) -/* If we're building for a static analysis, turn on all the off-by-default - * features. */ -/* XXX029 Nothing left here? Take out or leave in? */ -#endif - #ifdef HAVE_UNISTD_H #include <unistd.h> #endif