Remove error

This commit is contained in:
momo5502
2025-12-24 08:58:15 +01:00
parent b4406d9b41
commit f0f223faaa

View File

@@ -56,7 +56,6 @@ namespace syscalls
{
if (c.proc.devices.get(file_handle))
{
c.win_emu.log.error("Unsupported set device info class: %X\n", info_class);
return STATUS_SUCCESS;
}