From 63ac8790c6318501de5bc0938a52957661e8ebee Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Sat, 7 Aug 2021 00:09:29 +0200 Subject: [PATCH] [sigslot] - Remove SignalDestroyed from PortAllocatorSession. Bug: webrtc:11943 Change-Id: I2d615dc08627789b759f5c41b564ead212cf672e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/227966 Reviewed-by: Harald Alvestrand Commit-Queue: Mirko Bonadei Cr-Commit-Position: refs/heads/master@{#34672} --- p2p/base/port_allocator.h | 1 - 1 file changed, 1 deletion(-) diff --git a/p2p/base/port_allocator.h b/p2p/base/port_allocator.h index c1d583f639..78b0c70833 100644 --- a/p2p/base/port_allocator.h +++ b/p2p/base/port_allocator.h @@ -283,7 +283,6 @@ class RTC_EXPORT PortAllocatorSession : public sigslot::has_slots<> { virtual uint32_t generation(); virtual void set_generation(uint32_t generation); - sigslot::signal1 SignalDestroyed; protected: // This method is called when a pooled session (which doesn't have these