Index: webrtc/system_wrappers/source/critical_section_posix.cc |
diff --git a/webrtc/system_wrappers/source/critical_section_posix.cc b/webrtc/system_wrappers/source/critical_section_posix.cc |
index 36b9f137351869758d0967e3cdb9e722015ddb12..41b77327a38328fd379b66a1c0a9d028549e4b97 100644 |
--- a/webrtc/system_wrappers/source/critical_section_posix.cc |
+++ b/webrtc/system_wrappers/source/critical_section_posix.cc |
@@ -10,8 +10,7 @@ |
// General note: return values for the various pthread synchronization APIs |
// are explicitly ignored here. In Chromium, the same thing is done for release. |
-// However, in debugging, failure in these APIs are logged. There is currently |
-// no equivalent to DCHECK_EQ in WebRTC code so this is the best we can do here. |
+// However, in debugging, failure in these APIs are logged. |
// TODO(henrike): add logging when pthread synchronization APIs are failing. |
#include "webrtc/system_wrappers/source/critical_section_posix.h" |