Browse Source

Remove unused test fixture

Signed-off-by: Chris Burel <[email protected]>
Chris Burel 2 years ago
parent
commit
54b650d06c
1 changed files with 0 additions and 10 deletions
  1. 0 10
      Code/Framework/AtomCore/Tests/ConcurrencyCheckerTests.cpp

+ 0 - 10
Code/Framework/AtomCore/Tests/ConcurrencyCheckerTests.cpp

@@ -14,16 +14,6 @@ using namespace AZStd;
 
 namespace UnitTest
 {
-    class ConcurrencyCheckerTestFixture
-        : public LeakDetectionFixture
-    {
-
-        void SetUp() override
-        {
-            LeakDetectionFixture::SetUp();
-        }
-    };
-
     TEST_F(LeakDetectionFixture, SoftLock_NoContention_NoAsserts)
     {
         concurrency_checker concurrencyChecker;