]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
remove a now-unused section of or.h
authorRoger Dingledine <arma@torproject.org>
Fri, 27 May 2016 16:32:41 +0000 (12:32 -0400)
committerRoger Dingledine <arma@torproject.org>
Fri, 27 May 2016 16:32:41 +0000 (12:32 -0400)
src/or/or.h

index a1b09b5c16d48f50410201f799f421b43958e9d8..a6e4172443f9a29c87a06663d7213e542f5f7ae3 100644 (file)
 
 #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