summaryrefslogtreecommitdiff
path: root/src/Network/Torrent/Tracker.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Network/Torrent/Tracker.hs')
-rw-r--r--src/Network/Torrent/Tracker.hs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Network/Torrent/Tracker.hs b/src/Network/Torrent/Tracker.hs
index 796db66a..5faa1dd9 100644
--- a/src/Network/Torrent/Tracker.hs
+++ b/src/Network/Torrent/Tracker.hs
@@ -127,9 +127,6 @@ instance BEncodable TResponse where
127instance URLShow PortNumber where 127instance URLShow PortNumber where
128 urlShow = urlShow . fromEnum 128 urlShow = urlShow . fromEnum
129 129
130instance URLShow PeerID where
131 urlShow = BC.unpack . getPeerID
132
133instance URLShow Word32 where 130instance URLShow Word32 where
134 urlShow = show 131 urlShow = show
135 132