Chromium Code Reviews| Index: webrtc/base/asyncinvoker.h |
| diff --git a/webrtc/base/asyncinvoker.h b/webrtc/base/asyncinvoker.h |
| index 27f6a9fec0281bb37ae2c85ba16d76d063dd10d7..ecc97c099674c798423e0fbe05944cdef3370b5a 100644 |
| --- a/webrtc/base/asyncinvoker.h |
| +++ b/webrtc/base/asyncinvoker.h |
| @@ -156,7 +156,6 @@ class AsyncInvoker : public MessageHandler { |
| uint32_t delay_ms, |
| uint32_t id); |
| volatile int pending_invocations_ = 0; |
| - Event invocation_complete_; |
| bool destroying_ = false; |
| friend class AsyncClosure; |