[wpilibc] Remove Utility.h (#3376)

Change last 2 uses of wpi_assert to throw error instead.
This commit is contained in:
Peter Johnson
2021-05-23 15:25:08 -07:00
committed by GitHub
parent 87384ea684
commit 2385c2a430
9 changed files with 5 additions and 183 deletions

View File

@@ -14,7 +14,6 @@
#include "frc/Errors.h"
#include "frc/Timer.h"
#include "frc/Utility.h"
using namespace frc;