From 52411a17398e5d19d3ec7e69c1fbe3023ef5f290 Mon Sep 17 00:00:00 2001 From: "Morek, Szymon" Date: Tue, 9 Apr 2024 08:25:13 +0000 Subject: [PATCH] fix: Remove unrecoverable_if in IoctlHelperXe This method is always called to check if debugger is enabled. Signed-off-by: Morek, Szymon --- .../os_interface/linux/xe/ioctl_helper_xe_debugger_stubs.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/shared/source/os_interface/linux/xe/ioctl_helper_xe_debugger_stubs.cpp b/shared/source/os_interface/linux/xe/ioctl_helper_xe_debugger_stubs.cpp index cfbd8edddc..c60b58a826 100644 --- a/shared/source/os_interface/linux/xe/ioctl_helper_xe_debugger_stubs.cpp +++ b/shared/source/os_interface/linux/xe/ioctl_helper_xe_debugger_stubs.cpp @@ -51,7 +51,6 @@ int IoctlHelperXe::getRunaloneExtProperty() { } int IoctlHelperXe::getEuDebugSysFsEnable() { - UNRECOVERABLE_IF(true); return 0; }