vfs: remove now-unused const

This commit is contained in:
hosted-fornet 2024-10-01 09:50:25 -07:00
parent a86c8bb1a9
commit 952282d8b1

View File

@ -19,9 +19,6 @@ use tokio::{
sync::Mutex,
};
// Constants for file cleanup
const MAX_OPEN_FILES: usize = 180;
/// The main VFS service function.
///
/// This function sets up the VFS, handles incoming requests, and manages file operations.