From 1931f51f84d8d778bd95f27aa9d536d293e4e25e Mon Sep 17 00:00:00 2001
From: Bensong Liu <bensl@microsoft.com>
Date: Tue, 28 Jul 2020 16:54:46 +0800
Subject: [PATCH] remove some outdated comments

---
 src/protocols/base.hpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/protocols/base.hpp b/src/protocols/base.hpp
index e65f0c9..75d75f8 100644
--- a/src/protocols/base.hpp
+++ b/src/protocols/base.hpp
@@ -18,8 +18,6 @@ User
 namespace Protocols {
 	// Outbound holds the senderId=>nextHopFd mapping.
 	// senderId is "$ip@$port", for example, `fe80:8100::1@1080`. 
-	// Misc protocol may use duplicateSenderId to work on port migration.
-	// Any listener may use removeSenderId to disconnect a sender.
 	// Note: this interface works for both TCP and UDP.
 	struct BaseOutbound : rlib::noncopyable {
 		BaseOutbound(string outboundConfig) {
-- 
GitLab