Skip to content

Commit b3549bc

Browse files
authored
chore(app/test): remove unused functions (#3929)
`linkerd-app-test` exposes some functions that we never use elsewhere. this commit removes these functions. Signed-off-by: katelyn martin <kate@buoyant.io>
1 parent c00ce32 commit b3549bc

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

linkerd/app/test/src/lib.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,6 @@ pub fn resolver<E>() -> resolver::Dst<E> {
3333
resolver::Resolver::default()
3434
}
3535

36-
pub fn profiles() -> resolver::Profiles {
37-
profile::resolver()
38-
}
39-
40-
#[cfg(feature = "client-policy")]
41-
pub fn client_policies() -> resolver::ClientPolicies {
42-
resolver::Resolver::default()
43-
}
44-
4536
pub fn connect<E>() -> connect::Connect<E> {
4637
connect::Connect::default()
4738
}

0 commit comments

Comments
 (0)