From 291cf060d23ed7efb75c8ad64e7c5c4c84366ce3 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Thu, 28 Nov 2019 10:49:48 +1100 Subject: [PATCH] Remove unused dep --- beacon_node/client/Cargo.toml | 1 - beacon_node/client/src/config.rs | 1 - 2 files changed, 2 deletions(-) diff --git a/beacon_node/client/Cargo.toml b/beacon_node/client/Cargo.toml index 92d22529e5..5802fe98cb 100644 --- a/beacon_node/client/Cargo.toml +++ b/beacon_node/client/Cargo.toml @@ -28,7 +28,6 @@ serde_yaml = "0.8.11" slog = { version = "2.5.2", features = ["max_level_trace"] } slog-async = "2.3.0" tokio = "0.1.22" -clap = "2.33.0" dirs = "2.0.2" exit-future = "0.1.4" futures = "0.1.29" diff --git a/beacon_node/client/src/config.rs b/beacon_node/client/src/config.rs index 08847e7b7a..df527c60ab 100644 --- a/beacon_node/client/src/config.rs +++ b/beacon_node/client/src/config.rs @@ -1,4 +1,3 @@ -use clap::ArgMatches; use network::NetworkConfig; use serde_derive::{Deserialize, Serialize}; use std::fs;