From c08dcd4a53377b98911eda044d6cf87a08c75577 Mon Sep 17 00:00:00 2001 From: Vissarion Fisikopoulos Date: Thu, 30 Jan 2025 10:30:32 +0200 Subject: [PATCH] chore: Remove unused local typedef --- test/util/rational.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/util/rational.cpp b/test/util/rational.cpp index 1e3056edf..10d0df1f5 100644 --- a/test/util/rational.cpp +++ b/test/util/rational.cpp @@ -5,6 +5,10 @@ // Copyright (c) 2008-2012 Bruno Lalande, Paris, France. // Copyright (c) 2009-2012 Mateusz Loskot, London, UK. +// This file was modified by Oracle on 2025. +// Modifications copyright (c) 2025 Oracle and/or its affiliates. +// Contributed and/or modified by Vissarion Fysikopoulos, on behalf of Oracle + // Parts of Boost.Geometry are redesigned from Geodan's Geographic Library // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. @@ -46,7 +50,6 @@ template void test_bounds() { using coordinate_t = boost::rational; - using point_t = bg::model::point; auto const lowest = bg::util::bounds::lowest(); auto const highest = bg::util::bounds::highest();