Skip to content

Commit

Permalink
completely remove Iterator dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tlnagy committed Nov 22, 2016
1 parent 98cdf21 commit 0581761
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
julia 0.4
Compat
Iterators
2 changes: 0 additions & 2 deletions src/Showoff.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ module Showoff
using Compat
if VERSION >= v"0.6.0-dev.1015"
import Base.Iterators: drop
else
import Iterators: drop
end

export showoff
Expand Down

0 comments on commit 0581761

Please sign in to comment.