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

@ -36,7 +36,6 @@ pub fn safe_clone_config(config: &ValidatorConfig) -> ValidatorConfig {
max_genesis_archive_unpacked_size: config.max_genesis_archive_unpacked_size,
wal_recovery_mode: config.wal_recovery_mode.clone(),
poh_verify: config.poh_verify,
cuda: config.cuda,
require_tower: config.require_tower,
tower_path: config.tower_path.clone(),
debug_keys: config.debug_keys.clone(),