diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-30 09:09:10 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-30 09:09:10 -0400 |
commit | acb54dee7bd247ae2d631de5a0d63d246574d479 (patch) | |
tree | 878d266d1afb684b88809b7fc7c19f2786ef6652 /src/lib/log | |
parent | 70b16bc679435c5168d7d8f47a36d72bff24c0d8 (diff) | |
download | tor-acb54dee7bd247ae2d631de5a0d63d246574d479.tar.gz tor-acb54dee7bd247ae2d631de5a0d63d246574d479.zip |
Remove a now-obsolete comment about deadcode_dummy__
Diffstat (limited to 'src/lib/log')
-rw-r--r-- | src/lib/log/util_bug.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/log/util_bug.h b/src/lib/log/util_bug.h index 2ef5be8d3f..44a4f8381c 100644 --- a/src/lib/log/util_bug.h +++ b/src/lib/log/util_bug.h @@ -89,8 +89,6 @@ #undef BUG // Coverity defines this in global headers; let's override it. This is a // magic coverity-only preprocessor thing. -// We use this "deadcode_dummy__" trick to prevent coverity from -// complaining about unreachable bug cases. #nodef BUG(x) (x) #endif /* defined(__COVERITY__) */ |