소스 검색

test: cleanup

Michele Caini 1 년 전
부모
커밋
2a86b8fe08
1개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  1. 0 8
      test/lib/dispatcher/plugin/main.cpp

+ 0 - 8
test/lib/dispatcher/plugin/main.cpp

@@ -6,14 +6,6 @@
 #include "../../../common/boxed_type.h"
 #include "../../../common/boxed_type.h"
 #include "../../../common/listener.h"
 #include "../../../common/listener.h"
 
 
-struct listener {
-    void on(test::boxed_int msg) {
-        value = msg.value;
-    }
-
-    int value{};
-};
-
 TEST(Lib, Dispatcher) {
 TEST(Lib, Dispatcher) {
     entt::dispatcher dispatcher;
     entt::dispatcher dispatcher;
     test::listener<test::boxed_int> listener;
     test::listener<test::boxed_int> listener;