mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 12:23:05 +08:00
Remove redundant code.
Change-Id: I3754c94671605db2545897d22b68b6c8e8aae9d1
This commit is contained in:
committed by
sys_ocldev
parent
bbc7afc952
commit
3f63aeeb74
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user