mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-05-30 02:54:10 +00:00
remove unused method
This commit is contained in:
@@ -611,7 +611,6 @@ public abstract class TransportImpl implements Transport {
|
||||
public void renderStatusHTML(Writer out) throws IOException {}
|
||||
public void renderStatusHTML(Writer out, String urlBase, int sortFlags) throws IOException { renderStatusHTML(out); }
|
||||
|
||||
public RouterContext getContext() { return _context; }
|
||||
public short getReachabilityStatus() { return CommSystemFacade.STATUS_UNKNOWN; }
|
||||
public void recheckReachability() {}
|
||||
public boolean isBacklogged(Hash dest) { return false; }
|
||||
|
||||
Reference in New Issue
Block a user