frc1418 / 2020-offseason

Experimental code for the 2021 season
MIT License
0 stars 4 forks source link

Remove unused constructor from DriveSubsystem #11

Open AndrewLester opened 3 years ago

AndrewLester commented 3 years ago

Remove the blank constructor from the DriveSubsystem class.

https://github.com/frc1418/2020-offseason/blob/5de765d0413f945fc0e3a296d02d386738cb095d/src/main/java/frc/robot/subsystems/DriveSubsystem.java#L32

ArchdukeTim commented 3 years ago

The call to super is automatic

ArchdukeTim commented 3 years ago

I will say if this constructor is blank, you should just get rid of it