validator: remove disused cuda config argument

This commit is contained in:
Trent Nelson
2021-07-28 19:05:18 -06:00
committed by mergify[bot]
parent 8ed0cd0fff
commit 71f6d839f9
3 changed files with 0 additions and 4 deletions

View File

@ -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()),