refactor: remove not needed code

Related-To: NEO-7527

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2023-09-27 12:04:09 +00:00
committed by Compute-Runtime-Automation
parent 60c30a05e7
commit 09044dfbaa
21 changed files with 43 additions and 178 deletions

View File

@@ -119,5 +119,4 @@ void PreemptionHelper::programInterfaceDescriptorDataPreemption<GfxFamily>(INTER
}
template size_t PreemptionHelper::getRequiredCmdStreamSize<GfxFamily>(PreemptionMode newPreemptionMode, PreemptionMode oldPreemptionMode);
template void PreemptionHelper::programStateSipEndWa<GfxFamily>(LinearStream &cmdStream, const RootDeviceEnvironment &rootDeviceEnvironment);
} // namespace NEO