Remove dead code

pull/154/head
Franck Royer 4 years ago
parent e2170e60a7
commit b88a777bae
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

@ -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

Loading…
Cancel
Save