mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[wpiutil] Remove roboRIO-specific timestamp code (#7669)
This commit is contained in:
@@ -32,8 +32,6 @@ void stress();
|
||||
void stress2();
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
wpi::impl::SetupNowDefaultOnRio();
|
||||
|
||||
if (argc == 2 && std::string_view{argv[1]} == "bench") {
|
||||
bench();
|
||||
return EXIT_SUCCESS;
|
||||
|
||||
Reference in New Issue
Block a user