summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Network/BitTorrent/Exchange/Session.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Network/BitTorrent/Exchange/Session.hs b/src/Network/BitTorrent/Exchange/Session.hs
index 921571f5..f9e8433f 100644
--- a/src/Network/BitTorrent/Exchange/Session.hs
+++ b/src/Network/BitTorrent/Exchange/Session.hs
@@ -98,8 +98,6 @@ data Session = Session
98 , logger :: !(LogFun) 98 , logger :: !(LogFun)
99 } 99 }
100 100
101instance Ord IP
102
103-- | Logger function. 101-- | Logger function.
104type LogFun = Loc -> LogSource -> LogLevel -> LogStr -> IO () 102type LogFun = Loc -> LogSource -> LogLevel -> LogStr -> IO ()
105 103