Skip to content

Commit

Permalink
Deprecate Base.Distributed
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Dec 15, 2017
1 parent 9b8e651 commit 54ab400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/sysimg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ Base.require(:Distributed)
@deprecate_binding Mmap root_module(:Mmap) true ", run `using Mmap` instead"
@deprecate_binding Profile root_module(:Profile) true ", run `using Profile` instead"
@deprecate_binding Dates root_module(:Dates) true ", run `using Dates` instead"
# @deprecate_binding Distributed root_module(:Distributed) true ", run `using Distributed` instead"
@deprecate_binding Distributed root_module(:Distributed) true ", run `using Distributed` instead"
end

empty!(LOAD_PATH)
Expand Down

0 comments on commit 54ab400

Please sign in to comment.