Skip to content

Commit

Permalink
Remove unneeded method from DaemonClientConnection
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Nov 6, 2020
1 parent 0fa40ab commit f705c4d
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ public DaemonClientConnection(DaemonConnection connection, DaemonInfo daemon,
this.parameters = parameters;
}

public DaemonInfo getDaemon() {
return daemon;
}

public void dispatch(Message message) throws DaemonException.ConnectException {
LOG.debug("thread {}: dispatching {}", Thread.currentThread().getId(), message.getClass());
try {
Expand Down

0 comments on commit f705c4d

Please sign in to comment.