Explorar el Código

Do not use ifdef in macro argument

Samuel Thibault hace 12 años
padre
commit
1e320e8d1a
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      src/core/jobs.h

+ 1 - 2
src/core/jobs.h

@@ -122,11 +122,10 @@ LIST_TYPE(_starpu_job,
 	 * local variable */
 	struct timespec cl_start;
 
-#ifdef STARPU_USE_FXT
 	/* A symbol name may be associated to the job directly for debug
 	 * purposes (for instance if the codelet is NULL). */
         const char *model_name;
-#endif
+
 	struct bound_task *bound_task;
 
 	/* Number of workers executing that task (>1 if the task is parallel)