From ad99f00ba4ddd15d38d4c83d4759919fa3e234a1 Mon Sep 17 00:00:00 2001 From: Michal Mrozek Date: Thu, 8 May 2025 12:18:03 +0000 Subject: [PATCH] refactor: remove unused method Signed-off-by: Michal Mrozek --- shared/source/command_stream/command_stream_receiver.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/shared/source/command_stream/command_stream_receiver.h b/shared/source/command_stream/command_stream_receiver.h index 62112cecfe..8a5de89dfb 100644 --- a/shared/source/command_stream/command_stream_receiver.h +++ b/shared/source/command_stream/command_stream_receiver.h @@ -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 &&cmdBuffer); bool initializeTagAllocation(); MOCKABLE_VIRTUAL bool createWorkPartitionAllocation(const Device &device);