mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 18:37:46 +08:00
Revert "L0 Debugger Windows - implement debugger attach/detach"
This reverts commit f45431c173.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
de465b1e6c
commit
daf7829fa2
@@ -6,7 +6,6 @@
|
||||
*/
|
||||
|
||||
#include "shared/source/os_interface/os_interface.h"
|
||||
#include "shared/source/os_interface/windows/wddm/wddm.h"
|
||||
|
||||
namespace NEO {
|
||||
|
||||
@@ -16,9 +15,6 @@ bool OSInterface::gpuIdleImplicitFlush = false;
|
||||
bool OSInterface::requiresSupportForWddmTrimNotification = true;
|
||||
|
||||
bool OSInterface::isDebugAttachAvailable() const {
|
||||
if (driverModel) {
|
||||
return driverModel->as<NEO::Wddm>()->isDebugAttachAvailable();
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user