refactor: remove unused method

Signed-off-by: Michal Mrozek <michal.mrozek@intel.com>
This commit is contained in:
Michal Mrozek 2025-05-08 12:18:03 +00:00 committed by Compute-Runtime-Automation
parent e964ccdf57
commit ad99f00ba4
1 changed files with 0 additions and 2 deletions

View File

@ -45,7 +45,6 @@ class FlatBatchBufferHelper;
class AllocationsList;
class Device;
class ExecutionEnvironment;
class ExperimentalCommandBuffer;
class GmmPageTableMngr;
class GraphicsAllocation;
class HostPtrSurface;
@ -265,7 +264,6 @@ class CommandStreamReceiver : NEO::NonCopyableAndNonMovableClass {
void *getIndirectHeapCurrentPtr(IndirectHeapType heapType) const;
virtual enum CommandStreamReceiverType getType() const = 0;
void setExperimentalCmdBuffer(std::unique_ptr<ExperimentalCommandBuffer> &&cmdBuffer);
bool initializeTagAllocation();
MOCKABLE_VIRTUAL bool createWorkPartitionAllocation(const Device &device);