diff options
Diffstat (limited to 'src/Network/Torrent/Tracker.hs')
-rw-r--r-- | src/Network/Torrent/Tracker.hs | 3 |
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 | |||
127 | instance URLShow PortNumber where | 127 | instance URLShow PortNumber where |
128 | urlShow = urlShow . fromEnum | 128 | urlShow = urlShow . fromEnum |
129 | 129 | ||
130 | instance URLShow PeerID where | ||
131 | urlShow = BC.unpack . getPeerID | ||
132 | |||
133 | instance URLShow Word32 where | 130 | instance URLShow Word32 where |
134 | urlShow = show | 131 | urlShow = show |
135 | 132 | ||