Remove commented code

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2022-11-15 12:17:40 +00:00
committed by Compute-Runtime-Automation
parent 6541f283c7
commit 5f8cc9b99b
7 changed files with 0 additions and 14 deletions

View File

@@ -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);