Skip to content

Commit 98e8f6a

Browse files
committed
Fix wpiutil tests
1 parent bba42b2 commit 98e8f6a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

subprojects/robotpy-wpiutil/tests/cpp/wpiutil_test/sendable_test.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ class MySendableBuilder : public wpi::SendableBuilder {
1818

1919
void SetActuator(bool value) override {}
2020

21-
void SetSafeState(std::function<void()> func) override {}
22-
2321
void AddBooleanProperty(std::string_view key, std::function<bool()> getter,
2422
std::function<void(bool)> setter) override {}
2523

0 commit comments

Comments
 (0)