mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
[wpilibc] DriverStation: Remove ReportError and ReportWarning
Change use cases to directly call FRC_ReportError.
This commit is contained in:
@@ -11,7 +11,7 @@ using namespace wpi::math;
|
||||
namespace {
|
||||
class DefaultMathShared : public MathShared {
|
||||
public:
|
||||
void ReportError(const wpi::Twine& error) override {}
|
||||
void ReportErrorV(fmt::string_view format, fmt::format_args args) override {}
|
||||
void ReportUsage(MathUsageId id, int count) override {}
|
||||
};
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user