Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Jun 24, 2024
1 parent de75aa7 commit b6bd5c3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions iroh/src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ pub struct Node<D> {
#[derive(derive_more::Debug)]
struct NodeInner<D> {
db: D,
#[allow(dead_code)]
storage: StorageConfig,
rpc_port: Option<u16>,
docs: Option<DocsEngine>,
endpoint: Endpoint,
Expand Down
1 change: 0 additions & 1 deletion iroh/src/node/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,6 @@ where
let client = crate::client::Iroh::new(quic_rpc::RpcClient::new(controller.clone()));

let inner = Arc::new(NodeInner {
storage: self.storage,
rpc_port: self.rpc_port,
db: self.blobs_store,
docs,
Expand Down

0 comments on commit b6bd5c3

Please sign in to comment.