diff --git a/Source/Core/Core/IOS/IOS.cpp b/Source/Core/Core/IOS/IOS.cpp index b57a724311..8b2a9310f1 100644 --- a/Source/Core/Core/IOS/IOS.cpp +++ b/Source/Core/Core/IOS/IOS.cpp @@ -188,14 +188,6 @@ Kernel::Kernel() Kernel::~Kernel() { - // Close all devices that were opened - for (auto& device : m_fdmap) - { - if (!device) - continue; - device->Close(0); - } - { std::lock_guard lock(m_device_map_mutex); m_device_map.clear();