|
@@ -106,7 +106,6 @@ enodev:
|
|
|
task->destroy = 0;
|
|
|
starpu_task_destroy(task);
|
|
|
starpu_data_unregister(handle);
|
|
|
- fprintf(stderr, "WARNING: No one can execute this task\n");
|
|
|
/* yes, we do not perform the computation but we did detect that no one
|
|
|
* could perform the kernel, so this is not an error from StarPU */
|
|
|
starpu_shutdown();
|