From c6aa587dc8d105729da6081351206aaf8fd767c4 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 29 Nov 2022 11:15:36 -0500 Subject: [PATCH] chanmgr: remove a now-stale TODO. --- crates/tor-chanmgr/src/mgr.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/tor-chanmgr/src/mgr.rs b/crates/tor-chanmgr/src/mgr.rs index 674faeae5..ad47b51fa 100644 --- a/crates/tor-chanmgr/src/mgr.rs +++ b/crates/tor-chanmgr/src/mgr.rs @@ -158,8 +158,6 @@ impl AbstractChanMgr { ) -> Result<(CF::Channel, ChanProvenance)> { use ChannelUsage as CU; - // TODO pt-client: This is not yet used. - let chan = self.get_or_launch_internal(target).await?; match usage {