Parcourir la source

openmp: remove unused __not_implemented__ macro

Samuel Pitoiset il y a 9 ans
Parent
commit
5591db24b3
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      src/util/openmp_runtime_support_omp_api.c

+ 0 - 2
src/util/openmp_runtime_support_omp_api.c

@@ -18,8 +18,6 @@
 #ifdef STARPU_OPENMP
 #include <util/openmp_runtime_support.h>
 
-#define __not_implemented__ do { fprintf (stderr, "omp lib function %s not implemented\n", __func__); abort(); } while (0)
-
 void starpu_omp_set_num_threads(int threads)
 {
 	STARPU_ASSERT(threads > 0);