From 0eecbda0b151f61af8fca5a8ac058d6fc9dce0f6 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 17 Feb 2020 05:21:20 +0200 Subject: [PATCH] Remove unnecessary struct --- test/lightweight_test_bool.cpp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/test/lightweight_test_bool.cpp b/test/lightweight_test_bool.cpp index e058ce7..bb17871 100644 --- a/test/lightweight_test_bool.cpp +++ b/test/lightweight_test_bool.cpp @@ -1,13 +1,9 @@ -// Copyright 2014, 2020 Peter Dimov +// Copyright 2020 Peter Dimov // Distributed under the Boost Software License, Version 1.0. // https://www.boost.org/LICENSE_1_0.txt -#include #include - -struct X -{ -}; +#include int main() {