소스 검색

Drop now-useless case

Samuel Thibault 8 년 전
부모
커밋
1879558d5f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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;
 }