Pārlūkot izejas kodu

openmp: remove unused __not_implemented__ macro

Samuel Pitoiset 9 gadi atpakaļ
vecāks
revīzija
5591db24b3
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  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);