From 9829ff7ae9d9115158bedd64bde8a3de949c0a20 Mon Sep 17 00:00:00 2001 From: Alek Westover Date: Thu, 13 Jul 2023 15:17:59 -0400 Subject: [PATCH] cleanup --- compute_tools/src/bin/compute_ctl.rs | 1 - 1 file changed, 1 deletion(-) 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);