[ntcore] Remove deprecated delete function (#6552)

This commit is contained in:
Isaac Turner
2024-04-28 21:15:19 +08:00
committed by GitHub
parent fd363fdf5a
commit 890185acee
4 changed files with 0 additions and 31 deletions

View File

@@ -981,16 +981,6 @@ public final class NetworkTableEntry implements Publisher, Subscriber {
NetworkTablesJNI.unpublish(m_handle);
}
/**
* Deletes the entry.
*
* @deprecated Use unpublish() instead.
*/
@Deprecated(since = "2022", forRemoval = true)
public void delete() {
unpublish();
}
@Override
public boolean equals(Object other) {
if (other == this) {