X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a34aa584ccd2bdb81659d0e5df22864cf999c0f4..aa192f6d7ece3eefc304338f852824cc15be6909:/examples/msg/gpu/test_MSG_gpu_task_create.c diff --git a/examples/msg/gpu/test_MSG_gpu_task_create.c b/examples/msg/gpu/test_MSG_gpu_task_create.c index ad78f79191..29362af2b3 100644 --- a/examples/msg/gpu/test_MSG_gpu_task_create.c +++ b/examples/msg/gpu/test_MSG_gpu_task_create.c @@ -32,8 +32,6 @@ int main(int argc, char *argv[]) XBT_INFO("GPU task %p was created", mytask); - MSG_clean(); - if (res == MSG_OK) return 0; else