Remove useless comment from the configure module

This commit is contained in:
Alexander Krotov
2019-12-02 02:27:22 +01:00
parent 15ba9b6295
commit acef386403

View File

@@ -564,10 +564,6 @@ fn try_smtp_one_param(context: &Context, param: &LoginParam) -> Option<bool> {
}
}
/*******************************************************************************
* Configure a Context
******************************************************************************/
#[cfg(test)]
mod tests {