remove old serialization support for Action::Actions

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

View File

@@ -43,9 +43,6 @@
namespace Opm
{
namespace Action {
class Actions;
}
class Connection;
class Dimension;
template<class T> class IOrderSet;
@@ -382,7 +379,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(Action::Actions)
ADD_PACK_PROTOTYPES(Connection)
ADD_PACK_PROTOTYPES(data::CellData)
ADD_PACK_PROTOTYPES(data::Connection)