remove old mpi serialization support for Actdims

This commit is contained in:
Arne Morten Kvarving
2020-03-13 12:51:04 +01:00
parent a701c9267e
commit 00da8bcaaf
3 changed files with 1 additions and 5 deletions

View File

@@ -55,8 +55,6 @@
namespace Opm
{
class Actdims;
namespace Action {
class Actions;
class ActionX;
@@ -469,7 +467,6 @@ void unpack(char* str, std::size_t length, std::vector<char>& buffer, int& posit
void unpack(T& data, std::vector<char>& buffer, int& position, \
Dune::MPIHelper::MPICommunicator comm);
ADD_PACK_PROTOTYPES(Actdims)
ADD_PACK_PROTOTYPES(Action::Actions)
ADD_PACK_PROTOTYPES(Action::ActionX)
ADD_PACK_PROTOTYPES(Action::AST)