fix: Remove unused log_jemalloc_stats import from drive_monitor
All checks were successful
BotServer CI/CD / build (push) Successful in 2m40s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-04-17 09:31:38 -03:00
parent 7f1a1e5707
commit 98fcd132c6

View file

@ -2,7 +2,7 @@ use crate::basic::compiler::BasicCompiler;
use crate::core::config::ConfigManager;
#[cfg(any(feature = "research", feature = "llm"))]
use crate::core::kb::KnowledgeBaseManager;
use crate::core::shared::memory_monitor::{log_jemalloc_stats, MemoryStats};
use crate::core::shared::memory_monitor::MemoryStats;
use crate::core::shared::message_types::MessageType;
use crate::core::shared::state::AppState;