validator: remove disused cuda config argument
This commit is contained in:
committed by
mergify[bot]
parent
8ed0cd0fff
commit
71f6d839f9
@ -2286,7 +2286,6 @@ pub fn main() {
|
||||
.ok()
|
||||
.or_else(|| Some(ledger_path.clone())),
|
||||
dev_halt_at_slot: value_t!(matches, "dev_halt_at_slot", Slot).ok(),
|
||||
cuda,
|
||||
expected_genesis_hash: matches
|
||||
.value_of("expected_genesis_hash")
|
||||
.map(|s| Hash::from_str(s).unwrap()),
|
||||
|
Reference in New Issue
Block a user