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

Do not use ifdef in macro argument

Samuel Thibault пре 12 година
родитељ
комит
1e320e8d1a
1 измењених фајлова са 1 додато и 2 уклоњено
  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)