Browse Source

Drop duplicate tag removal

Samuel Thibault 13 years ago
parent
commit
75a93a022c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      examples/tag_example/tag_example4.c

+ 0 - 1
examples/tag_example/tag_example4.c

@@ -136,7 +136,6 @@ int main(int argc __attribute__((unused)) , char **argv __attribute__((unused)))
 
 	for (i = 1; i < ni; i++)
 	{
-		starpu_tag_remove(TAG(0, i));
 		for (j = 0; j < i; j++)
 			starpu_tag_remove(TAG(j, i));
 	}