| Index: webrtc/rtc_base/task_queue.h
|
| diff --git a/webrtc/rtc_base/task_queue.h b/webrtc/rtc_base/task_queue.h
|
| index e7eac2f18535ac7030d8c810b11fbf7c1d777800..51a7e3360545587bca9d5b2d83926cf317507e3b 100644
|
| --- a/webrtc/rtc_base/task_queue.h
|
| +++ b/webrtc/rtc_base/task_queue.h
|
| @@ -169,7 +169,6 @@ class LOCKABLE TaskQueue {
|
| static TaskQueue* Current();
|
|
|
| // Used for DCHECKing the current queue.
|
| - static bool IsCurrent(const char* queue_name);
|
| bool IsCurrent() const;
|
|
|
| // TODO(tommi): For better debuggability, implement RTC_FROM_HERE.
|
|
|