Index: webrtc/base/criticalsection.h |
diff --git a/webrtc/base/criticalsection.h b/webrtc/base/criticalsection.h |
index 49c97a07ac94e74321b129da62d9103fc80e5282..b06436f7592a97447e7d161b4ecfff68c84a0138 100644 |
--- a/webrtc/base/criticalsection.h |
+++ b/webrtc/base/criticalsection.h |
@@ -63,8 +63,6 @@ class LOCKABLE CriticalSection { |
// Use only for RTC_DCHECKing. |
bool CurrentThreadIsOwner() const; |
- // Use only for RTC_DCHECKing. |
- bool IsLocked() const; |
private: |
#if defined(WEBRTC_WIN) |