Преглед на файлове

Remove a now-obsolete comment about deadcode_dummy__

Nick Mathewson преди 5 години
родител
ревизия
acb54dee7b
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  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__) */