cirmgr: remove a dead-code exception.

This commit is contained in:
Nick Mathewson 2023-06-16 08:45:49 -04:00
parent 5196363d36
commit 672062113e
1 changed files with 0 additions and 1 deletions

View File

@ -447,7 +447,6 @@ impl<R: Runtime> CircMgr<R> {
///
/// Used to implement onion service clients and services.
#[cfg(feature = "hs-common")]
#[allow(dead_code)] // TODO HS
pub(crate) async fn launch_hs_unmanaged<T>(
&self,
planned_target: Option<T>,