Remove dead code

This commit is contained in:
Franck Royer 2021-01-21 13:40:54 +11:00
parent e2170e60a7
commit b88a777bae
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -30,8 +30,6 @@ mod fs;
use serde::{Deserialize, Serialize};
use std::fmt::{self, Display};
pub type Never = std::convert::Infallible;
/// XMR/BTC swap amounts.
#[derive(Copy, Clone, Debug, Serialize, Deserialize, PartialEq)]
// TODO(Franck): review necessity of this struct