Remove not used code

Change-Id: Id79398b872325e096c53863cdfc9acb86ff047a8
Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
Dunajski, Bartosz
2019-09-03 10:52:54 +02:00
committed by sys_ocldev
parent bdc2310c7d
commit ac6b1e038d
2 changed files with 1 additions and 8 deletions

View File

@ -465,12 +465,4 @@ class CommandQueue : public BaseObject<_cl_command_queue> {
typedef CommandQueue *(*CommandQueueCreateFunc)(
Context *context, Device *device, const cl_queue_properties *properties);
template <typename GfxFamily, unsigned int eventType>
LinearStream &getCommandStream(CommandQueue &commandQueue,
bool reserveProfilingCmdsSpace,
bool reservePerfCounterCmdsSpace,
const Kernel *pKernel);
template <typename GfxFamily, IndirectHeap::Type heapType>
IndirectHeap &getIndirectHeap(CommandQueue &commandQueue, const Kernel &kernel);
} // namespace NEO

View File

@ -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"