Remove a now-obsolete comment about deadcode_dummy__

This commit is contained in:
Nick Mathewson
2018-07-30 09:09:10 -04:00
parent 70b16bc679
commit acb54dee7b
-2
View File
@@ -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__) */