tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit acb54dee7bd247ae2d631de5a0d63d246574d479
parent 70b16bc679435c5168d7d8f47a36d72bff24c0d8
Author: Nick Mathewson <nickm@torproject.org>
Date:   Mon, 30 Jul 2018 09:09:10 -0400

Remove a now-obsolete comment about deadcode_dummy__

Diffstat:
Msrc/lib/log/util_bug.h | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git 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__) */