From 6b4bcc67f43d46ad0c58281b19e9077d25df5369 Mon Sep 17 00:00:00 2001 From: Christien Rioux Date: Sat, 21 Oct 2023 19:22:59 -0400 Subject: [PATCH] fixes --- veilid-core/src/routing_table/route_spec_store/mod.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/veilid-core/src/routing_table/route_spec_store/mod.rs b/veilid-core/src/routing_table/route_spec_store/mod.rs index e31d67c7..35f825e2 100644 --- a/veilid-core/src/routing_table/route_spec_store/mod.rs +++ b/veilid-core/src/routing_table/route_spec_store/mod.rs @@ -17,9 +17,6 @@ use crate::veilid_api::*; use permutation::*; -// NOCOMMIT -//static DEBUG_COUNT: Mutex = Mutex::new(10); - /// The size of the remote private route cache const REMOTE_PRIVATE_ROUTE_CACHE_SIZE: usize = 1024; /// Remote private route cache entries expire in 5 minutes if they haven't been used