aboutsummaryrefslogtreecommitdiff
path: root/rtc_base/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'rtc_base/thread.h')
-rw-r--r--rtc_base/thread.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/rtc_base/thread.h b/rtc_base/thread.h
index e031677f1b..6e68f1a679 100644
--- a/rtc_base/thread.h
+++ b/rtc_base/thread.h
@@ -336,10 +336,6 @@ class RTC_LOCKABLE RTC_EXPORT Thread : public webrtc::TaskQueueBase {
}
}
- // When this signal is sent out, any references to this queue should
- // no longer be used.
- sigslot::signal0<> SignalQueueDestroyed;
-
bool IsCurrent() const;
// Sleeps the calling thread for the specified number of milliseconds, during