aboutsummaryrefslogtreecommitdiff
path: root/call/call_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'call/call_factory.h')
-rw-r--r--call/call_factory.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/call/call_factory.h b/call/call_factory.h
index 469bec39e1..9feed7bbb6 100644
--- a/call/call_factory.h
+++ b/call/call_factory.h
@@ -29,8 +29,6 @@ class CallFactory : public CallFactoryInterface {
Call* CreateCall(const CallConfig& config) override;
RTC_NO_UNIQUE_ADDRESS SequenceChecker call_thread_;
- rtc::scoped_refptr<SharedModuleThread> module_thread_
- RTC_GUARDED_BY(call_thread_);
};
} // namespace webrtc