StackSet.hs: remove dead code.

This commit is contained in:
Brent Yorgey
2007-10-22 19:26:36 +00:00
parent 92d58ae0a8
commit 2e8794d0f3

View File

@@ -352,8 +352,6 @@ filter p (Stack f ls rs) = case L.filter p (f:rs) of
index :: StackSet i l a s sd -> [a]
index = with [] integrate
-- let is = t : r ++ reverse l in take (length is) (dropWhile (/= m) (cycle is))
-- |
-- /O(1), O(w) on the wrapping case/.
--