diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2013-10-03 15:57:21 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2013-10-03 15:57:21 +0400 |
commit | a5ad6913d358f199fa4205ab3c52c2ca24d9c8dc (patch) | |
tree | 19d15b1d3e919a51d2d18152857bb22d50673381 /src | |
parent | d8bec96d7ff43453f5ddda470ac80346a6c7e3c1 (diff) |
Remove obsolete TODOs
Diffstat (limited to 'src')
-rw-r--r-- | src/Network/KRPC.hs | 2 | ||||
-rw-r--r-- | src/Network/KRPC/Protocol.hs | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/Network/KRPC.hs b/src/Network/KRPC.hs index 3c9f9bee..0428669b 100644 --- a/src/Network/KRPC.hs +++ b/src/Network/KRPC.hs | |||
@@ -343,8 +343,6 @@ m ==>@ body = (methodName m, newbody) | |||
343 | 343 | ||
344 | infix 1 ==>@ | 344 | infix 1 ==>@ |
345 | 345 | ||
346 | -- TODO: allow forkIO | ||
347 | |||
348 | -- | Run RPC server on specified port by using list of handlers. | 346 | -- | Run RPC server on specified port by using list of handlers. |
349 | -- Server will dispatch procedure specified by callee, but note that | 347 | -- Server will dispatch procedure specified by callee, but note that |
350 | -- it will not create new thread for each connection. | 348 | -- it will not create new thread for each connection. |
diff --git a/src/Network/KRPC/Protocol.hs b/src/Network/KRPC/Protocol.hs index 71f5b773..1e7bd7c3 100644 --- a/src/Network/KRPC/Protocol.hs +++ b/src/Network/KRPC/Protocol.hs | |||
@@ -126,8 +126,6 @@ mkKError _ = GenericError | |||
126 | serverError :: SomeException -> KError | 126 | serverError :: SomeException -> KError |
127 | serverError = ServerError . BC.pack . show | 127 | serverError = ServerError . BC.pack . show |
128 | 128 | ||
129 | -- TODO Asc everywhere | ||
130 | |||
131 | 129 | ||
132 | type MethodName = ByteString | 130 | type MethodName = ByteString |
133 | type ParamName = ByteString | 131 | type ParamName = ByteString |