From 30d6dd2a9480a1617c44785e0b68d5c24034a807 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Fri, 29 Jan 2021 15:03:23 +0100 Subject: [PATCH] remove unused variable --- tests/parser/ConnectionTests.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/parser/ConnectionTests.cpp b/tests/parser/ConnectionTests.cpp index d06bacce6..bf36b4737 100644 --- a/tests/parser/ConnectionTests.cpp +++ b/tests/parser/ConnectionTests.cpp @@ -615,7 +615,6 @@ BOOST_AUTO_TEST_CASE(testReAndConnectionLength) { auto python = std::make_shared(); Opm::EclipseState state(deck); Opm::Schedule sched(deck, state, python); - const auto& units = deck.getActiveUnitSystem(); const auto& prod = sched.getWell("PROD", 0); const auto& connections = prod.getConnections();