Bläddra i källkod

openmp: remove unused __not_implemented__ macro

Samuel Pitoiset 9 år sedan
förälder
incheckning
5591db24b3
1 ändrade filer med 0 tillägg och 2 borttagningar
  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);