Skip to content

Commit a31b7f3

Browse files
committed
removing unused var
1 parent 67ce5e7 commit a31b7f3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vapid/soa.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,12 +292,10 @@ namespace vapid {
292292
size_t curr = 0;
293293
for (size_t cycle_idx = 0; cycle_idx <= sort_order_analysis_.cycle_sizes.size(); ++cycle_idx) {
294294
curr = sort_order_analysis_.cycle_mins[cycle_idx];
295-
296295
size_t cycle_size = sort_order_analysis_.cycle_sizes[cycle_idx];
297296
if (cycle_size == 0) {
298297
break;
299298
}
300-
size_t cycle_min = sort_order_analysis_.cycle_mins[cycle_idx];
301299
for (size_t i = 0; i+1 < cycle_size; ++i) {
302300
size_t next = sort_order_reference_[curr];
303301
std::swap(src[curr], src[next]);

0 commit comments

Comments
 (0)