瀏覽代碼

Drop unused variable

Samuel Thibault 4 年之前
父節點
當前提交
38c006ff78
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/debug/traces/starpu_fxt_mpi.c

+ 0 - 1
src/debug/traces/starpu_fxt_mpi.c

@@ -120,7 +120,6 @@ static unsigned mpi_recvs_used[STARPU_FXT_MAX_FILES] = {0};
  * going through the lists from the beginning to match each and every
  * transfer, thus avoiding a quadratic complexity. */
 static unsigned mpi_recvs_matched[STARPU_FXT_MAX_FILES][STARPU_FXT_MAX_FILES] = { {0} };
-static unsigned mpi_sends_matched[STARPU_FXT_MAX_FILES][STARPU_FXT_MAX_FILES] = { {0} };
 
 void _starpu_fxt_mpi_add_send_transfer(int src, int dst STARPU_ATTRIBUTE_UNUSED, long mpi_tag, size_t size, float date, long jobid, unsigned long handle, unsigned type, int prio)
 {