Skip to content

Commit 1cc3881

Browse files
lilohuangalliepiper
authored andcommitted
Remove dead code from expand.cu
1 parent 66f22c3 commit 1cc3881

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/expand.cu

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ OutputIterator expand(InputIterator1 first1,
5151
thrust::maximum<difference_type>());
5252

5353
// gather input values according to index array (output = first2[output_indices])
54-
OutputIterator output_end = output; thrust::advance(output_end, output_size);
5554
thrust::gather(output_indices.begin(),
5655
output_indices.end(),
5756
first2,

0 commit comments

Comments
 (0)