NVDRV: Fix clearing when destroying.

This commit is contained in:
Fernando Sahmkow 2021-11-05 02:57:14 +01:00
parent 461c659d48
commit f43a322d65
3 changed files with 9 additions and 14 deletions

View file

@ -110,9 +110,6 @@ private:
/// Mapping of file descriptors to the devices they reference.
FilesContainerType open_files;
/// Mapping of device node names to their implementation.
std::unordered_map<std::string, std::shared_ptr<Devices::nvdevice>> devices;
KernelHelpers::ServiceContext service_context;
EventInterface events_interface;