mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
Remove explicit close() from Gyro interface (#1152)
It's not needed, as extending AutoClosable is enough.
This commit is contained in:
committed by
Peter Johnson
parent
9108a93598
commit
1ebb83e0f2
@@ -62,10 +62,4 @@ public interface Gyro extends AutoCloseable {
|
||||
*/
|
||||
@Deprecated
|
||||
void free();
|
||||
|
||||
/**
|
||||
* Free the resources used by the gyro.
|
||||
*/
|
||||
@Override
|
||||
void close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user