mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 18:06:32 +08:00
Remove commented code
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
6541f283c7
commit
5f8cc9b99b
@@ -123,7 +123,6 @@ void MemoryManagementFixture::checkForLeaks() {
|
||||
auto testInfo = ::testing::UnitTest::GetInstance()->current_test_info();
|
||||
auto testResult = testInfo->result();
|
||||
if (testResult->Passed()) {
|
||||
//EXPECT_EQ(previousAllocations, currentAllocations);
|
||||
size_t leakEventIndex;
|
||||
do {
|
||||
leakEventIndex = MemoryManagement::enumerateLeak(indexAllocationTop, indexDellocationTop, false, false);
|
||||
|
||||
Reference in New Issue
Block a user