From e9e56fc5b509ce9f27312a5e2c017f7297f423ed Mon Sep 17 00:00:00 2001 From: Joakim Hove Date: Sun, 15 Nov 2020 09:50:57 +0100 Subject: [PATCH] Remove constructor declaration without implementation --- opm/parser/eclipse/EclipseState/Schedule/UDQ/UDQSet.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/opm/parser/eclipse/EclipseState/Schedule/UDQ/UDQSet.hpp b/opm/parser/eclipse/EclipseState/Schedule/UDQ/UDQSet.hpp index 60438f7ce..315441a1a 100644 --- a/opm/parser/eclipse/EclipseState/Schedule/UDQ/UDQSet.hpp +++ b/opm/parser/eclipse/EclipseState/Schedule/UDQ/UDQSet.hpp @@ -64,7 +64,6 @@ public: class UDQSet { public: - UDQSet(const std::string& name); UDQSet(const std::string& name, UDQVarType var_type); UDQSet(const std::string& name, UDQVarType var_type, const std::vector& wgnames); UDQSet(const std::string& name, UDQVarType var_type, std::size_t size);