diff options
Diffstat (limited to 'src/Data/Torrent')
-rw-r--r-- | src/Data/Torrent/Bitfield.hs | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/Data/Torrent/Bitfield.hs b/src/Data/Torrent/Bitfield.hs index 223e2973..a87a7ccf 100644 --- a/src/Data/Torrent/Bitfield.hs +++ b/src/Data/Torrent/Bitfield.hs | |||
@@ -83,13 +83,7 @@ import Data.List (foldl') | |||
83 | import Data.Monoid | 83 | import Data.Monoid |
84 | import Data.Ratio | 84 | import Data.Ratio |
85 | 85 | ||
86 | 86 | import Data.Torrent.Piece | |
87 | -- | Pieces indexed from zero up to 'PieceCount' value. | ||
88 | type PieceIx = Int | ||
89 | |||
90 | -- | Used to represent max set bound. Min set bound is always set to | ||
91 | -- zero. | ||
92 | type PieceCount = Int | ||
93 | 87 | ||
94 | -- TODO cache some operations | 88 | -- TODO cache some operations |
95 | 89 | ||