Browse Source

test: cleanup

skypjack 9 months ago
parent
commit
9493756895
1 changed files with 0 additions and 8 deletions
  1. 0 8
      test/entt/process/process.cpp

+ 0 - 8
test/entt/process/process.cpp

@@ -16,14 +16,6 @@ struct fake_process: entt::process<fake_process<Delta>, Delta> {
         process_type::fail();
         process_type::fail();
     }
     }
 
 
-    void pause() noexcept {
-        process_type::pause();
-    }
-
-    void unpause() noexcept {
-        process_type::unpause();
-    }
-
     void init() {
     void init() {
         init_invoked = true;
         init_invoked = true;
     }
     }