remove unused TwoPartyClient.runOnce
This commit is contained in:
parent
3161e246ae
commit
011137b23f
1 changed files with 0 additions and 6 deletions
|
@ -39,10 +39,4 @@ public class TwoPartyClient {
|
|||
public CompletableFuture<java.lang.Void> onDisconnect() {
|
||||
return this.network.onDisconnect();
|
||||
}
|
||||
|
||||
/*
|
||||
public CompletableFuture<?> runOnce() {
|
||||
return this.rpcSystem.runOnce();
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue