refactor: code cleanup

- remove not needed branch and message

Signed-off-by: Hoppe, Mateusz <mateusz.hoppe@intel.com>
This commit is contained in:
Hoppe, Mateusz
2023-09-29 09:04:05 +00:00
committed by Compute-Runtime-Automation
parent 5c565efe28
commit 8da92f56c7

View File

@@ -56,11 +56,8 @@ void RootDeviceEnvironment::initAubCenter(bool localMemoryEnabled, const std::st
}
void RootDeviceEnvironment::initDebuggerL0(Device *neoDevice) {
if (this->debugger.get() != nullptr) {
NEO::printDebugString(NEO::DebugManager.flags.PrintDebugMessages.get(), stderr,
"%s", "Source Level Debugger cannot be used with Environment Variable enabling program debugging.\n");
UNRECOVERABLE_IF(this->debugger.get() != nullptr);
}
DEBUG_BREAK_IF(this->debugger.get() != nullptr);
this->getMutableHardwareInfo()->capabilityTable.fusedEuEnabled = false;
this->getMutableHardwareInfo()->capabilityTable.ftrRenderCompressedBuffers = false;