Remove generated google protobuf support (#7371)

It's not used anymore, and cleans up the build.
This commit is contained in:
Thad House
2024-11-08 18:29:30 -08:00
committed by GitHub
parent 811b130968
commit 3cc541f261
45 changed files with 0 additions and 342 deletions

View File

@@ -147,7 +147,5 @@ class WPILIB_DLLEXPORT CubicHermiteSpline : public Spline<3> {
};
} // namespace frc
#ifndef NO_PROTOBUF
#include "frc/spline/proto/CubicHermiteSplineProto.h"
#endif
#include "frc/spline/struct/CubicHermiteSplineStruct.h"

View File

@@ -154,7 +154,5 @@ class WPILIB_DLLEXPORT QuinticHermiteSpline : public Spline<5> {
};
} // namespace frc
#ifndef NO_PROTOBUF
#include "frc/spline/proto/QuinticHermiteSplineProto.h"
#endif
#include "frc/spline/struct/QuinticHermiteSplineStruct.h"