Explorar el Código

Remove a now-obsolete comment about deadcode_dummy__

Nick Mathewson hace 5 años
padre
commit
acb54dee7b
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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__) */