From 4edce6d99da3e5ee43706cc1b2c089430a56bff0 Mon Sep 17 00:00:00 2001 From: Adam Wulkiewicz Date: Sat, 2 Jul 2022 01:13:25 +0200 Subject: [PATCH] [relate] Remove unused variable --- .../geometry/algorithms/detail/relate/implementation_gc.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/boost/geometry/algorithms/detail/relate/implementation_gc.hpp b/include/boost/geometry/algorithms/detail/relate/implementation_gc.hpp index e8dbb8a3d..2709ad71b 100644 --- a/include/boost/geometry/algorithms/detail/relate/implementation_gc.hpp +++ b/include/boost/geometry/algorithms/detail/relate/implementation_gc.hpp @@ -1,5 +1,7 @@ // Boost.Geometry +// Copyright (c) 2022 Adam Wulkiewicz, Lodz, Poland. + // Copyright (c) 2022 Oracle and/or its affiliates. // Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle @@ -200,7 +202,6 @@ struct gc_gc bool disjoint_found[2][3] = {{false, false, false}, {false, false, false}}; bool disjoint_linear_boundary_found[2] = {false, false}; bool has_disjoint = false; - bool has_disjoint_linear = false; gc_group_elements(gc1_view, gc2_view, strategy, [&](auto const& inters_group)