diff --git a/p2p/base/port.cc b/p2p/base/port.cc index e77baf5256..5007a04701 100644 --- a/p2p/base/port.cc +++ b/p2p/base/port.cc @@ -274,15 +274,6 @@ Port::Port(rtc::Thread* thread, Construct(); } -Port::Port(rtc::Thread* thread, - const std::string& type, - rtc::PacketSocketFactory* factory, - rtc::Network* network, - const rtc::IPAddress& ip, - const std::string& username_fragment, - const std::string& password) - : Port(thread, type, factory, network, username_fragment, password) {} - Port::Port(rtc::Thread* thread, const std::string& type, rtc::PacketSocketFactory* factory, diff --git a/p2p/base/port.h b/p2p/base/port.h index de025e6fc0..c3e2c14fe8 100644 --- a/p2p/base/port.h +++ b/p2p/base/port.h @@ -194,14 +194,6 @@ class Port : public PortInterface, public rtc::MessageHandler, rtc::Network* network, const std::string& username_fragment, const std::string& password); - // TODO(deadbeef): Delete this constructor once clients are moved off of it. - Port(rtc::Thread* thread, - const std::string& type, - rtc::PacketSocketFactory* factory, - rtc::Network* network, - const rtc::IPAddress& ip, - const std::string& username_fragment, - const std::string& password); Port(rtc::Thread* thread, const std::string& type, rtc::PacketSocketFactory* factory,