Skip to content

Commit 8c84085

Browse files
committed
Don't sort the buffer
1 parent 3ab00cf commit 8c84085

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

wpimath/src/test/native/cpp/TimeTest.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ void ProcessDurations(const wpi::array<units::nanosecond_t, N>& durations,
9696
wpi::print("{}Last 10: {}\n", prefix, buffer);
9797

9898
wpi::array<units::nanosecond_t, N> sorted{durations};
99-
std::sort(sorted.begin(), sorted.end());
10099
}
101100

102101
template <size_t N>

0 commit comments

Comments
 (0)