Explorar el Código

Drop now-useless case

Samuel Thibault hace 8 años
padre
commit
1879558d5f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      examples/sched_ctx/parallel_code.c

+ 2 - 2
examples/sched_ctx/parallel_code.c

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2010-2014, 2016  Université de Bordeaux
+ * Copyright (C) 2010-2014, 2016-2017  Université de Bordeaux
  * Copyright (C) 2010-2017  CNRS
  *
  * StarPU is free software; you can redistribute it and/or modify
@@ -97,5 +97,5 @@ int main(int argc, char **argv)
 
 	free(procs1);
 
-	return (ret == -ENODEV ? 77 : 0);
+	return 0;
 }