diff --git a/wpilibj/src/main/java/edu/wpi/first/wpilibj/RobotBase.java b/wpilibj/src/main/java/edu/wpi/first/wpilibj/RobotBase.java index 41b155769b..ade0e07308 100644 --- a/wpilibj/src/main/java/edu/wpi/first/wpilibj/RobotBase.java +++ b/wpilibj/src/main/java/edu/wpi/first/wpilibj/RobotBase.java @@ -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. */