Browse Source

test: suppress warning due to unused variables

Michele Caini 4 years ago
parent
commit
0c1371ffae
1 changed files with 0 additions and 1 deletions
  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) {
 TEST(Dispatcher, CustomAllocator) {
     std::allocator<char> allocator;
     std::allocator<char> allocator;
     entt::dispatcher dispatcher{allocator};
     entt::dispatcher dispatcher{allocator};
-    receiver receiver;
 
 
     ASSERT_EQ(dispatcher.get_allocator(), allocator);
     ASSERT_EQ(dispatcher.get_allocator(), allocator);
     ASSERT_FALSE(dispatcher.get_allocator() != allocator);
     ASSERT_FALSE(dispatcher.get_allocator() != allocator);