Skip to content

Commit eab6752

Browse files
committed
Remove stray struct
1 parent 489b305 commit eab6752

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/agent.rs

-11
Original file line numberDiff line numberDiff line change
@@ -680,17 +680,6 @@ impl AgentBuilder {
680680
}
681681
}
682682

683-
#[cfg(feature = "tls")]
684-
#[derive(Clone)]
685-
pub(crate) struct TLSClientConfig(());
686-
687-
#[cfg(feature = "tls")]
688-
impl fmt::Debug for TLSClientConfig {
689-
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
690-
f.debug_struct("TLSClientConfig").finish()
691-
}
692-
}
693-
694683
impl fmt::Debug for AgentBuilder {
695684
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
696685
f.debug_struct("AgentBuilder")

0 commit comments

Comments
 (0)