Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 51736339 authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

starpu: remove unsed variable

parent ba671b34
No related branches found
No related tags found
1 merge request!374Fix bugs reported by Sonarqube
......@@ -339,9 +339,7 @@ void RUNTIME_data_flush( const RUNTIME_sequence_t *sequence,
int64_t nn = n + (A->j / A->nb);
int64_t shift = ((int64_t)A->lmt) * nn + mm;
starpu_data_handle_t *handle = A->schedopt;
CHAM_tile_t *tile = A->tiles;
handle += shift;
tile += shift;
if (*handle == NULL) {
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment