Преглед изворни кода

starpu_data.h: STARPU_DATA_ACQUIRE_CB: only defined when GCC is used

Nathalie Furmento пре 14 година
родитељ
комит
08d5d7023e
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      include/starpu_data.h

+ 0 - 2
include/starpu_data.h

@@ -68,8 +68,6 @@ int starpu_data_acquire_cb(starpu_data_handle handle,
 	} \
 	starpu_data_acquire_cb(handle, mode, callback, NULL); \
 } while(0)
-#else
-#  define STARPU_DATA_ACQUIRE_CB(handle, mode, node) assert(0)
 #endif
 
 void starpu_data_release(starpu_data_handle handle);