Browse Source

Remove a now-obsolete comment about deadcode_dummy__

Nick Mathewson 5 years ago
parent
commit
acb54dee7b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/lib/log/util_bug.h

+ 0 - 2
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__) */