remove old serialization support for Connection

This commit is contained in:
Arne Morten Kvarving
2020-03-18 09:29:02 +01:00
parent 1a4f8f861f
commit 8cd3d3c9b9
3 changed files with 1 additions and 105 deletions

View File

@@ -42,7 +42,6 @@
namespace Opm
{
class Connection;
class Dimension;
template<class T> class IOrderSet;
class Segment;
@@ -363,7 +362,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(Connection)
ADD_PACK_PROTOTYPES(data::CellData)
ADD_PACK_PROTOTYPES(data::Connection)
ADD_PACK_PROTOTYPES(data::CurrentControl)