diff --git a/compute_tools/src/bin/compute_ctl.rs b/compute_tools/src/bin/compute_ctl.rs index e7720a072b..35d52a4e4a 100644 --- a/compute_tools/src/bin/compute_ctl.rs +++ b/compute_tools/src/bin/compute_ctl.rs @@ -198,7 +198,6 @@ fn main() -> Result<()> { state: Mutex::new(new_state), state_changed: Condvar::new(), ext_remote_storage, - // available_libraries: OnceLock::new(), available_extensions: OnceLock::new(), }; let compute = Arc::new(compute_node);