Explorar o código

tests/main/callback.c: remove dead code

Nathalie Furmento %!s(int64=4) %!d(string=hai) anos
pai
achega
c102c4a77d
Modificáronse 1 ficheiros con 0 adicións e 6 borrados
  1. 0 6
      tests/main/callback.c

+ 0 - 6
tests/main/callback.c

@@ -88,10 +88,4 @@ int main(void)
 
 	starpu_shutdown();
 	return 0;
-
-	starpu_shutdown();
-	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 */
-	return STARPU_TEST_SKIPPED;
 }