瀏覽代碼

Do not use ifdef in macro argument

Samuel Thibault 12 年之前
父節點
當前提交
8fab9cdf6f
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/datawizard/data_request.h

+ 0 - 2
src/datawizard/data_request.h

@@ -83,9 +83,7 @@ LIST_TYPE(_starpu_data_request,
 
 	struct _starpu_callback_list *callbacks;
 
-#ifdef STARPU_USE_FXT
 	unsigned com_id;
-#endif
 )
 
 /* Everyone that wants to access some piece of data will post a request.