lib: Update mpi to support new buffer API
[nit.git] / lib / mpi / mpi.nit
index a9e22d8..bc47997 100644 (file)
@@ -450,7 +450,6 @@ redef class FlatBuffer
                        source, tag, new Comm.world, new Status.ignore)
 
                length = capacity
-               is_dirty = true
        end
 
        redef fun recv_fill(mpi, dest, tag, comm) do recv(mpi, 0, capacity, dest, tag, comm)