mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-03 03:56:22 -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 serde::{Deserialize, Serialize};
|
||||||
use std::fmt::{self, Display};
|
use std::fmt::{self, Display};
|
||||||
|
|
||||||
pub type Never = std::convert::Infallible;
|
|
||||||
|
|
||||||
/// XMR/BTC swap amounts.
|
/// XMR/BTC swap amounts.
|
||||||
#[derive(Copy, Clone, Debug, Serialize, Deserialize, PartialEq)]
|
#[derive(Copy, Clone, Debug, Serialize, Deserialize, PartialEq)]
|
||||||
// TODO(Franck): review necessity of this struct
|
// TODO(Franck): review necessity of this struct
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue