Skip to content

Commit

Permalink
Remove ForEachStructSchema lines
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul committed Jun 3, 2024
1 parent ed8cae8 commit 2371c1e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ struct WPILIB_DLLEXPORT wpi::Struct<frc::Ellipse2d> {
static void ForEachNested(
std::invocable<std::string_view, std::string_view> auto fn) {
wpi::ForEachStructSchema<frc::Pose2d>(fn);
wpi::ForEachStructSchema<units::meter_t>(fn);
wpi::ForEachStructSchema<units::meter_t>(fn);
}
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ struct WPILIB_DLLEXPORT wpi::Struct<frc::Rectangle2d> {
static void ForEachNested(
std::invocable<std::string_view, std::string_view> auto fn) {
wpi::ForEachStructSchema<frc::Pose2d>(fn);
wpi::ForEachStructSchema<units::meter_t>(fn);
wpi::ForEachStructSchema<units::meter_t>(fn);
}
};

Expand Down

0 comments on commit 2371c1e

Please sign in to comment.