diff --git a/opm/parser/eclipse/EclipseState/Schedule/Schedule.cpp b/opm/parser/eclipse/EclipseState/Schedule/Schedule.cpp index 2fc23d288..7305fdc42 100644 --- a/opm/parser/eclipse/EclipseState/Schedule/Schedule.cpp +++ b/opm/parser/eclipse/EclipseState/Schedule/Schedule.cpp @@ -66,13 +66,6 @@ namespace Opm { } - - Schedule::Schedule(const ParseContext& parseContext, - const EclipseGrid& grid, - std::shared_ptr< const Deck > deckptr ) : - Schedule(parseContext, grid, *deckptr ) - {} - Schedule::Schedule( const ParseContext& parseContext, const EclipseGrid& grid, const Deck& deck ) : diff --git a/opm/parser/eclipse/EclipseState/Schedule/Schedule.hpp b/opm/parser/eclipse/EclipseState/Schedule/Schedule.hpp index c4779cc00..6ad546ee6 100644 --- a/opm/parser/eclipse/EclipseState/Schedule/Schedule.hpp +++ b/opm/parser/eclipse/EclipseState/Schedule/Schedule.hpp @@ -54,10 +54,6 @@ namespace Opm Schedule(const ParseContext& parseContext, const EclipseGrid& grid, const Deck& deck ); - /// [deprecated] - Schedule(const ParseContext& parseContext, const EclipseGrid& grid, - std::shared_ptr deck ); - /* * If the input deck does not specify a start time, Eclipse's 1. Jan * 1983 is defaulted