From 5aaec9d0a495b813bdd1e415232d59de091abb30 Mon Sep 17 00:00:00 2001 From: Harald Alvestrand Date: Mon, 9 Nov 2020 20:30:19 +0000 Subject: [PATCH] Remove has_slots from a class that does not need it sigslot::has_slots<> is only needed in the class that listens to signals, not the class that sends it. Bug: webrtc:11943 Change-Id: I387057c7e1f999a260eade7b5e38a0df5ee0f40a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/192382 Reviewed-by: Karl Wiberg Commit-Queue: Harald Alvestrand Cr-Commit-Position: refs/heads/master@{#32574} --- pc/webrtc_session_description_factory.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pc/webrtc_session_description_factory.h b/pc/webrtc_session_description_factory.h index c29c1ab286..9256045d6b 100644 --- a/pc/webrtc_session_description_factory.h +++ b/pc/webrtc_session_description_factory.h @@ -37,8 +37,7 @@ namespace webrtc { // DTLS certificate request callback class. class WebRtcCertificateGeneratorCallback - : public rtc::RTCCertificateGeneratorCallback, - public sigslot::has_slots<> { + : public rtc::RTCCertificateGeneratorCallback { public: // |rtc::RTCCertificateGeneratorCallback| overrides. void OnSuccess(