|
@@ -360,13 +360,8 @@ void starpu_data_unpartition(starpu_data_handle_t root_handle, unsigned gatherin
|
|
|
}
|
|
|
|
|
|
if (local->allocated && local->automatically_allocated)
|
|
|
- {
|
|
|
/* free the child data copy in a lazy fashion */
|
|
|
-#ifdef STARPU_DEVEL
|
|
|
-#warning FIXME!! this needs access to the child interface, which was freed above!
|
|
|
-#endif
|
|
|
_starpu_request_mem_chunk_removal(child_handle, node, sizes[child]);
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
if (!root_handle->per_node[node].allocated)
|