فهرست منبع

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/listener.h"
 
-struct listener {
-    void on(test::boxed_int msg) {
-        value = msg.value;
-    }
-
-    int value{};
-};
-
 TEST(Lib, Dispatcher) {
     entt::dispatcher dispatcher;
     test::listener<test::boxed_int> listener;