Skip to content

Commit

Permalink
[Java] Remove unused method.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Nov 15, 2023
1 parent 35a45c9 commit 21b411f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions aeron-cluster/src/main/java/io/aeron/cluster/LogPublisher.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,6 @@ void disconnect(final ErrorHandler errorHandler)
}
}

boolean isConnected()
{
if (null == publication)
{
return false;
}

return publication.isConnected();
}

long position()
{
if (null == publication)
Expand Down

0 comments on commit 21b411f

Please sign in to comment.