mirror of
https://github.com/logos-storage/nim-json-rpc.git
synced 2026-01-15 20:13:07 +00:00
Remove redundant comment
This commit is contained in:
parent
e5c92dd207
commit
20ddb0267f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user