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);