Remove redundant code.

Change-Id: I3754c94671605db2545897d22b68b6c8e8aae9d1
This commit is contained in:
Mrozek, Michal
2018-11-20 11:38:15 +01:00
committed by sys_ocldev
parent bbc7afc952
commit 3f63aeeb74
19 changed files with 0 additions and 44 deletions

View File

@@ -184,7 +184,6 @@ TEST_F(CompilerInterfaceTest, BuildWithDebugData) {
retVal = pProgram->getInfo(CL_PROGRAM_DEBUG_INFO_INTEL, debugDataSize, nullptr, &retData);
EXPECT_EQ(CL_SUCCESS, retVal);
EXPECT_EQ(numDevices * sizeof(debugData), retData);
cip->shutdown();
delete[] debugData;
delete cip;