Remove redundant comment

This commit is contained in:
coffeepots 2018-06-14 17:11:24 +01:00
parent e5c92dd207
commit 20ddb0267f
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ type
RpcClientTransport* = concept trans, type t
trans.write(var string) is Future[int]
trans.readLine(int) is Future[string]
#trans.getUserData[t] is t
RpcServerTransport* = concept t
t.start