diff --git a/src/windows/wslaservice/exe/WSLASession.h b/src/windows/wslaservice/exe/WSLASession.h index 4cd9d9a..a5d46a9 100644 --- a/src/windows/wslaservice/exe/WSLASession.h +++ b/src/windows/wslaservice/exe/WSLASession.h @@ -66,8 +66,6 @@ private: std::filesystem::path m_storageVhdPath; std::map> m_containers; std::recursive_mutex m_lock; - - // TODO: Add container tracking here. Could reuse m_lock for that. }; } // namespace wsl::windows::service::wsla \ No newline at end of file