Skip to content

Commit 3889d9a

Browse files
authored
Merge pull request NVIDIA#1476 from lilohuang/patch-1
Remove dead code from expand.cu
2 parents ce483aa + 1cc3881 commit 3889d9a

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)