From 42c690e7745aec7004dca26a81bb47c8ceef9f77 Mon Sep 17 00:00:00 2001 From: Dawid Drozd Date: Sun, 20 Jan 2019 20:47:53 +0100 Subject: [PATCH] Fix gcc warning --- test/src/EventIdTest.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/src/EventIdTest.cpp b/test/src/EventIdTest.cpp index 369bb2a..7ec8e87 100644 --- a/test/src/EventIdTest.cpp +++ b/test/src/EventIdTest.cpp @@ -43,9 +43,6 @@ TEST_CASE("Should return unique id for each event When using Internal::type_id()).second); REQUIRE(unique.insert(Dexode::Internal::type_id<::TestA>()).second); REQUIRE(unique.insert(Dexode::Internal::type_id()).second);