Ver Fonte

test: suppress warning due to unused variables

Michele Caini há 4 anos atrás
pai
commit
0c1371ffae
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      test/entt/signal/dispatcher.cpp

+ 0 - 1
test/entt/signal/dispatcher.cpp

@@ -189,7 +189,6 @@ TEST(Dispatcher, NamedQueue) {
 TEST(Dispatcher, CustomAllocator) {
     std::allocator<char> allocator;
     entt::dispatcher dispatcher{allocator};
-    receiver receiver;
 
     ASSERT_EQ(dispatcher.get_allocator(), allocator);
     ASSERT_FALSE(dispatcher.get_allocator() != allocator);