mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[wpilibcExamples] Remove redundant initializer (#6212)
This commit is contained in:
@@ -20,5 +20,5 @@ class SysIdRoutineBot {
|
||||
void ConfigureBindings();
|
||||
frc2::CommandXboxController m_driverController{
|
||||
constants::oi::kDriverControllerPort};
|
||||
Drive m_drive{};
|
||||
Drive m_drive;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user