From 0a74d6f8f3be78c0d4d56f9f075096e61d30a0d6 Mon Sep 17 00:00:00 2001 From: Florent Rougon Date: Tue, 8 Nov 2022 01:30:50 +0100 Subject: [PATCH] Fix warning about an unused variable --- test_suite/unit_tests/Instrumentation/test_navRadio.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/test_suite/unit_tests/Instrumentation/test_navRadio.cxx b/test_suite/unit_tests/Instrumentation/test_navRadio.cxx index cf1bde855..c7ab1cd7a 100644 --- a/test_suite/unit_tests/Instrumentation/test_navRadio.cxx +++ b/test_suite/unit_tests/Instrumentation/test_navRadio.cxx @@ -800,7 +800,6 @@ void NavRadioTests::testGlideslopeLongDistance() CPPUNIT_ASSERT(node->getStringValue("frequencies/selected-mhz-fmt") == "109.50"); CPPUNIT_ASSERT_DOUBLES_EQUAL(gs->glideSlopeAngleDeg(), 3.0, 0.001); - double gsAngleRad = gs->glideSlopeAngleDeg() * SG_DEGREES_TO_RADIANS; // standard approach (per charts) SGGeod p = SGGeodesy::direct(gs->geod(), 90, 7.5 * SG_NM_TO_METER);