remove unused import - try to kick start github sync
Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/603ec4be Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/603ec4be Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/603ec4be Branch: refs/heads/GROOVY_2_4_X Commit: 603ec4bebf481499d98f3b9dc3bf86e792a85b5e Parents: 51e4a57 Author: paulk <[email protected]> Authored: Sun Jan 8 05:53:18 2017 +1000 Committer: paulk <[email protected]> Committed: Sun Jan 8 10:51:41 2017 +1000 ---------------------------------------------------------------------- src/main/groovy/grape/GrapeIvy.groovy | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/603ec4be/src/main/groovy/grape/GrapeIvy.groovy ---------------------------------------------------------------------- diff --git a/src/main/groovy/grape/GrapeIvy.groovy b/src/main/groovy/grape/GrapeIvy.groovy index 3e7e8e3..7d11847 100644 --- a/src/main/groovy/grape/GrapeIvy.groovy +++ b/src/main/groovy/grape/GrapeIvy.groovy @@ -18,8 +18,6 @@ */ package groovy.grape -import org.codehaus.groovy.reflection.ReflectionCache - import java.util.regex.Pattern import org.apache.ivy.Ivy import org.apache.ivy.core.cache.ResolutionCacheManager
