Skip to content

Commit

Permalink
remove OldPkg from loading
Browse files Browse the repository at this point in the history
fix #27993
  • Loading branch information
fredrikekre committed Jul 10, 2018
1 parent 092b6c9 commit 5b76a06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion base/loading.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,6 @@ function create_expr_cache(input::String, output::String, concrete_deps::typeof(
try
write(in, """
begin
import OldPkg
$(Base.load_path_setup_code())
Base._track_dependencies[] = true
empty!(Base._concrete_dependencies)
Expand Down

0 comments on commit 5b76a06

Please sign in to comment.