mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-07-30 10:09:04 -04:00
Remove dead code
This commit is contained in:
parent
e2170e60a7
commit
b88a777bae
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue