Skip to content

Commit

Permalink
Remove unused code in SessionKeeper.java (#2957)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardnormier authored Oct 23, 2024
1 parent e7e0cbb commit ca22bd3
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,11 +247,6 @@ com.zeroc.Ice.Object removeCallback(String name, String facet) {
}

void close(boolean destroySession) {
if (_keepAliveFuture != null) {
_keepAliveFuture.cancel(false);
_keepAliveFuture = null;
}

if (_adapter != null) {
_adapter.destroy();
_adapter = null;
Expand Down Expand Up @@ -376,8 +371,6 @@ public void registerObservers() throws Throwable {
private final AdminSessionPrx _session;
private final boolean _routed;

private java.util.concurrent.Future<?> _keepAliveFuture;

private com.zeroc.Ice.ObjectAdapter _adapter;
private AdminPrx _admin;
private String _serverAdminCategory;
Expand Down

0 comments on commit ca22bd3

Please sign in to comment.