| 393 | } |
| 394 | |
| 395 | void DeviceManagerBase::forgetSysfsPath(const std::string& sysfs_path) |
| 396 | { |
| 397 | USBGUARD_LOG(Trace) << "Forget sysfs_path=" << sysfs_path; |
| 398 | _sysfs_path_to_id_map.erase(sysfs_path); |
| 399 | } |
| 400 | |
| 401 | } /* namespace usbguard */ |
| 402 |
nothing calls this directly
no outgoing calls
no test coverage detected