refactor: remove not needed code.

Signed-off-by: Mrozek, Michal <michal.mrozek@intel.com>
This commit is contained in:
Mrozek, Michal
2024-04-30 12:44:49 +00:00
committed by Compute-Runtime-Automation
parent bb9ffd616a
commit 3ded04341c
6 changed files with 2 additions and 224 deletions

View File

@@ -326,8 +326,6 @@ class Kernel : public ReferenceTrackedObject<Kernel> {
std::unique_ptr<KernelObjsForAuxTranslation> fillWithKernelObjsForAuxTranslation();
MOCKABLE_VIRTUAL bool requiresCacheFlushCommand(const CommandQueue &commandQueue) const;
void setAuxTranslationDirection(AuxTranslationDirection auxTranslationDirection) {
this->auxTranslationDirection = auxTranslationDirection;
}