From ac6b1e038d87edfa1d9738b481d4f94d1c6959ac Mon Sep 17 00:00:00 2001 From: "Dunajski, Bartosz" Date: Tue, 3 Sep 2019 10:52:54 +0200 Subject: [PATCH] Remove not used code Change-Id: Id79398b872325e096c53863cdfc9acb86ff047a8 Signed-off-by: Dunajski, Bartosz --- runtime/command_queue/command_queue.h | 8 -------- runtime/command_queue/command_queue_hw.h | 1 + 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/runtime/command_queue/command_queue.h b/runtime/command_queue/command_queue.h index e47da9589c..b1064ecbd3 100644 --- a/runtime/command_queue/command_queue.h +++ b/runtime/command_queue/command_queue.h @@ -465,12 +465,4 @@ class CommandQueue : public BaseObject<_cl_command_queue> { typedef CommandQueue *(*CommandQueueCreateFunc)( Context *context, Device *device, const cl_queue_properties *properties); -template -LinearStream &getCommandStream(CommandQueue &commandQueue, - bool reserveProfilingCmdsSpace, - bool reservePerfCounterCmdsSpace, - const Kernel *pKernel); - -template -IndirectHeap &getIndirectHeap(CommandQueue &commandQueue, const Kernel &kernel); } // namespace NEO diff --git a/runtime/command_queue/command_queue_hw.h b/runtime/command_queue/command_queue_hw.h index 5eb77cfb68..1d370504cf 100644 --- a/runtime/command_queue/command_queue_hw.h +++ b/runtime/command_queue/command_queue_hw.h @@ -7,6 +7,7 @@ #pragma once #include "runtime/command_queue/command_queue.h" +#include "runtime/command_queue/gpgpu_walker.h" #include "runtime/command_stream/command_stream_receiver.h" #include "runtime/command_stream/preemption.h" #include "runtime/device_queue/device_queue_hw.h"