diff --git a/opm/simulators/utils/ParallelRestart.hpp b/opm/simulators/utils/ParallelRestart.hpp index 987937236..7d9746fed 100644 --- a/opm/simulators/utils/ParallelRestart.hpp +++ b/opm/simulators/utils/ParallelRestart.hpp @@ -107,8 +107,6 @@ std::size_t packSize(const std::array& data, Dune::MPIHelper::MPICommunicat std::size_t packSize(const char* str, Dune::MPIHelper::MPICommunicator comm); -std::size_t packSize(const std::string& str, Dune::MPIHelper::MPICommunicator comm); - template std::size_t packSize(const std::map& data, Dune::MPIHelper::MPICommunicator comm);