From 05817619b9e0a06adedd5ba153cc1b9d96da6a80 Mon Sep 17 00:00:00 2001 From: Tamas Nagy Date: Tue, 22 Nov 2016 14:05:42 -0800 Subject: [PATCH] completely remove Iterator dependency --- REQUIRE | 1 - src/Showoff.jl | 2 -- 2 files changed, 3 deletions(-) diff --git a/REQUIRE b/REQUIRE index 90e6038..0cf4faf 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,3 +1,2 @@ julia 0.4 Compat -Iterators diff --git a/src/Showoff.jl b/src/Showoff.jl index 39e1064..41e8797 100644 --- a/src/Showoff.jl +++ b/src/Showoff.jl @@ -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