summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2016-05-27 12:32:41 -0400
committerRoger Dingledine <arma@torproject.org>2016-05-27 12:32:41 -0400
commit3b83da1069f963bc0e9806cdeebc16fb8c2a6129 (patch)
treed12e08075c485f3b3b6ec7d808ee2b637a4bda18 /src
parent1ce1214d687eac46ced966793862bfafb5a6f323 (diff)
downloadtor-3b83da1069f963bc0e9806cdeebc16fb8c2a6129.tar.gz
tor-3b83da1069f963bc0e9806cdeebc16fb8c2a6129.zip
remove a now-unused section of or.h
Diffstat (limited to 'src')
-rw-r--r--src/or/or.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/or/or.h b/src/or/or.h
index a1b09b5c16..a6e4172443 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