Remove not needed method.

Change-Id: Id06991b374b063470a2f69daada23098c1c487d5
This commit is contained in:
Mrozek, Michal
2018-11-23 11:55:43 +01:00
committed by sys_ocldev
parent 7e72b16aa4
commit a1348f2f94
6 changed files with 3 additions and 30 deletions

View File

@@ -202,7 +202,6 @@ struct KernelCommandsHelper : public PerThreadDataHelper {
static void programMiSemaphoreWait(LinearStream &commandStream, uint64_t compareAddress, uint32_t compareData);
static MI_ATOMIC *programMiAtomic(LinearStream &commandStream, uint64_t writeAddress, typename MI_ATOMIC::ATOMIC_OPCODES opcode, typename MI_ATOMIC::DATA_SIZE dataSize);
static void programPipeControlDataWriteWithCsStall(LinearStream &commandStream, uint64_t writeAddress, uint64_t data);
static const size_t alignInterfaceDescriptorData = 64 * sizeof(uint8_t);
static const uint32_t alignIndirectStatePointer = 64 * sizeof(uint8_t);