Skip to content

Commit dd689ec

Browse files
Removing unnecessary increment
Change-Id: Id9df9ceeb0b79b965b724a21a924a989db3f133e Signed-off-by: Koska, Andrzej <[email protected]>
1 parent e721ff1 commit dd689ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

unit_tests/program/program_tests.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2115,7 +2115,6 @@ TEST_F(ProgramTests, givenProgramFromGenBinaryWhenSLMSizeIsBiggerThenDeviceLimit
21152115
pPatch->Size = sizeof(iOpenCL::SPatchAllocateLocalSurface);
21162116
pPatch->TotalInlineLocalMemorySize = static_cast<uint32_t>(pDevice->getDeviceInfo().localMemSize * 2);
21172117

2118-
pBin += sizeof(SPatchAllocateLocalSurface);
21192118
binSize += sizeof(SPatchAllocateLocalSurface);
21202119

21212120
// Decode prepared program binary

0 commit comments

Comments
 (0)