From: Nick Mathewson Date: Mon, 30 Jul 2018 13:09:10 +0000 (-0400) Subject: Remove a now-obsolete comment about deadcode_dummy__ X-Git-Tag: tor-0.3.5.1-alpha~177 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=acb54dee7bd247ae2d631de5a0d63d246574d479;p=thirdparty%2Ftor.git Remove a now-obsolete comment about deadcode_dummy__ --- 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__) */