remove old serialization support for Action::Condition

This commit is contained in:
Arne Morten Kvarving
2020-03-18 09:29:02 +01:00
parent 18a1e735fb
commit 781b11fb07
3 changed files with 1 additions and 36 deletions

View File

@@ -45,9 +45,7 @@ namespace Opm
namespace Action {
class Actions;
class Condition;
}
class Connection;
class Dimension;
template<class T> class IOrderSet;
@@ -385,7 +383,6 @@ void unpack(char* str, std::size_t length, std::vector<char>& buffer, int& posit
Dune::MPIHelper::MPICommunicator comm);
ADD_PACK_PROTOTYPES(Action::Actions)
ADD_PACK_PROTOTYPES(Action::Condition)
ADD_PACK_PROTOTYPES(Connection)
ADD_PACK_PROTOTYPES(data::CellData)
ADD_PACK_PROTOTYPES(data::Connection)