mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
Remove deprecated free() calls (#1925)
Replaced with the standard close()
This commit is contained in:
committed by
Peter Johnson
parent
7f839b87ce
commit
0e3b0f3da7
@@ -105,10 +105,6 @@ public abstract class RobotBase implements AutoCloseable {
|
||||
return m_threadId;
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
public void free() {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void close() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user