From cba11e8bfba5056ded7b7680808fa84d2ec228ed Mon Sep 17 00:00:00 2001 From: Adam Sawicki Date: Thu, 23 Aug 2018 13:21:15 +0200 Subject: [PATCH] Deleted temporary code. --- src/Tests.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/Tests.cpp b/src/Tests.cpp index 415a67d..bc70869 100644 --- a/src/Tests.cpp +++ b/src/Tests.cpp @@ -3671,13 +3671,6 @@ void Test() { wprintf(L"TESTING:\n"); - // TODO delete - { - TestLinearAllocator(); - ManuallyTestLinearAllocator(); - return; - } - // # Simple tests TestBasics();