diff --git a/src/configure/mod.rs b/src/configure/mod.rs index c6009f535..3a55da049 100644 --- a/src/configure/mod.rs +++ b/src/configure/mod.rs @@ -564,10 +564,6 @@ fn try_smtp_one_param(context: &Context, param: &LoginParam) -> Option { } } -/******************************************************************************* - * Configure a Context - ******************************************************************************/ - #[cfg(test)] mod tests {