| Index: webrtc/base/asyncinvoker.h
|
| diff --git a/webrtc/base/asyncinvoker.h b/webrtc/base/asyncinvoker.h
|
| index ed6124397460e35113e9093cc6fa76580ee33a7d..27f6a9fec0281bb37ae2c85ba16d76d063dd10d7 100644
|
| --- a/webrtc/base/asyncinvoker.h
|
| +++ b/webrtc/base/asyncinvoker.h
|
| @@ -144,9 +144,6 @@ class AsyncInvoker : public MessageHandler {
|
| // behavior is desired, call Flush() before destroying this object.
|
| void Flush(Thread* thread, uint32_t id = MQID_ANY);
|
|
|
| - // Signaled when this object is destructed.
|
| - sigslot::signal0<> SignalInvokerDestroyed;
|
| -
|
| private:
|
| void OnMessage(Message* msg) override;
|
| void DoInvoke(const Location& posted_from,
|
|
|