[examples] Remove unused private variables (#6403)

This commit is contained in:
Tyler Veness
2024-02-28 19:58:15 -08:00
committed by GitHub
parent f1a1ffd7fc
commit e64c20346d
2 changed files with 0 additions and 2 deletions

View File

@@ -41,7 +41,6 @@ class Wrist : public frc2::PIDSubsystem {
private:
frc::PWMSparkMax m_motor{6};
double m_setpoint = 0;
// Conversion value of potentiometer varies between the real world and
// simulation