fix runtime

This commit is contained in:
Conrad Ludgate
2025-06-18 15:04:57 +01:00
parent a3f2a2cae5
commit 52be0146d3

View File

@@ -27,7 +27,6 @@ pub struct ComputeConfig {
pub spec: Option<ComputeSpec>,
/// The compute_ctl configuration
#[allow(dead_code)]
pub compute_ctl_config: ComputeCtlConfig,
}