mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Removed unused ROBOT_TASK_PRIORITY constant from RobotBase.java (#991)
This commit is contained in:
committed by
Peter Johnson
parent
fdfea35161
commit
2ed9ae1652
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user