Skip to content

Commit 1b0a374

Browse files
Raghuveer Devulapallisterrettm2
authored andcommitted
Remove dead code
1 parent e2ff705 commit 1b0a374

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/xss-pivot-selection.hpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,7 @@ get_pivot_smart(type_t *arr, const arrsize_t left, const arrsize_t right)
148148
return pivot_results<type_t>(
149149
comparator::choosePivotMedianIsLargest(median));
150150
}
151-
else {
152-
// Should be unreachable
153-
return pivot_results<type_t>(median);
154-
}
155151

156-
// Should be unreachable
157152
return pivot_results<type_t>(median);
158153
}
159154

0 commit comments

Comments
 (0)