remove old serialization support for ActionX

This commit is contained in:
Arne Morten Kvarving
2020-03-17 15:40:52 +01:00
parent c5f36bd7cc
commit 2c1d45ea54
3 changed files with 1 additions and 59 deletions

View File

@@ -45,7 +45,6 @@ namespace Opm
namespace Action {
class Actions;
class ActionX;
class AST;
class Condition;
class Quantity;
@@ -388,7 +387,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::ActionX)
ADD_PACK_PROTOTYPES(Action::AST)
ADD_PACK_PROTOTYPES(Action::Condition)
ADD_PACK_PROTOTYPES(Action::Quantity)