Removed unused ROBOT_TASK_PRIORITY constant from RobotBase.java (#991)

This commit is contained in:
Tyler Veness
2018-04-29 20:14:06 -07:00
committed by Peter Johnson
parent fdfea35161
commit 2ed9ae1652

View File

@@ -33,11 +33,6 @@ import edu.wpi.first.wpilibj.util.WPILibVersion;
* might be spawned as a task, then killed at the end of the Autonomous period.
*/
public abstract class RobotBase {
/**
* The VxWorks priority that robot code should work at (so Java code should run at).
*/
public static final int ROBOT_TASK_PRIORITY = 101;
/**
* The ID of the main Java thread.
*/