fix compile with new compiler - dead code (#4530)

* make compiler happy

* node side compile warning quiet

* ffs

* malus: remove unused keystore
This commit is contained in:
Bernhard Schuster
2021-12-15 18:11:07 +01:00
committed by GitHub
parent edab23936c
commit 1d7efef4cd
3 changed files with 14 additions and 2 deletions
+2
View File
@@ -319,10 +319,12 @@ struct MonitorConfig {
#[derive(Debug, Clone, StructOpt)]
struct EmergencySolutionConfig {
/// The block hash at which scraping happens. If none is provided, the latest head is used.
#[allow(dead_code)]
#[structopt(long)]
at: Option<Hash>,
/// The solver algorithm to use.
#[allow(dead_code)]
#[structopt(subcommand)]
solver: Solvers,