Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/mpi_datatype_cache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

#include <boost/archive/detail/archive_serializer_map.hpp>
#include <boost/mpi/detail/mpi_datatype_cache.hpp>
#include <boost/mpi/datatype.hpp>
#include <map>

namespace boost { namespace mpi { namespace detail {
Expand All @@ -35,9 +34,6 @@ namespace boost { namespace mpi { namespace detail {
// ignore errors in the destructor
for (stored_map_type::iterator it=impl->map.begin(); it != impl->map.end(); ++it)
MPI_Type_free(&(it->second));
// We explicitly created this one, as there is no equivalent in the MPI standard
MPI_Datatype bool_type = get_mpi_datatype(bool());
MPI_Type_free(&bool_type);
}
}

Expand Down
Loading