We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba42b2 commit 98e8f6aCopy full SHA for 98e8f6a
subprojects/robotpy-wpiutil/tests/cpp/wpiutil_test/sendable_test.cpp
@@ -18,8 +18,6 @@ class MySendableBuilder : public wpi::SendableBuilder {
18
19
void SetActuator(bool value) override {}
20
21
- void SetSafeState(std::function<void()> func) override {}
22
-
23
void AddBooleanProperty(std::string_view key, std::function<bool()> getter,
24
std::function<void(bool)> setter) override {}
25
0 commit comments