Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
Remove unused type
Alexis Sellier committed 3 years ago
commit d3523ccf7836aaa1718e3d815f5706077c25ee28
parent fbd4fd9feaf1af27ef3a0ff2943d94fbce99a6b5
1 file changed +0 -11
modified radicle-node/src/address.rs
@@ -3,14 +3,3 @@ mod types;

pub use store::*;
pub use types::*;
-

-
#[derive(Debug)]
-
pub struct AddressManager<S> {
-
    store: S,
-
}
-

-
impl<S: Store> AddressManager<S> {
-
    pub fn new(store: S) -> Self {
-
        Self { store }
-
    }
-
}