refactor: remove unused method
Signed-off-by: Michal Mrozek <michal.mrozek@intel.com>
This commit is contained in:
parent
e964ccdf57
commit
ad99f00ba4
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue