From a5ad6913d358f199fa4205ab3c52c2ca24d9c8dc Mon Sep 17 00:00:00 2001 From: Sam Truzjan Date: Thu, 3 Oct 2013 15:57:21 +0400 Subject: Remove obsolete TODOs --- src/Network/KRPC.hs | 2 -- src/Network/KRPC/Protocol.hs | 2 -- 2 files changed, 4 deletions(-) (limited to 'src') 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) infix 1 ==>@ --- TODO: allow forkIO - -- | Run RPC server on specified port by using list of handlers. -- Server will dispatch procedure specified by callee, but note that -- 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 serverError :: SomeException -> KError serverError = ServerError . BC.pack . show --- TODO Asc everywhere - type MethodName = ByteString type ParamName = ByteString -- cgit v1.2.3