Skip to content

Commit

Permalink
remove using DelimitedFiles from default juliarc (#25374)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson committed Jan 4, 2018
1 parent edeb002 commit 6a46b10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions base/deprecated.jl
Expand Up @@ -1262,6 +1262,11 @@ export conv, conv2, deconv, filt, filt!, xcorr

@eval @deprecate_moved $(Symbol("@profile")) "Profile" true true

@deprecate_moved readdlm "DelimitedFiles" true true
@deprecate_moved writedlm "DelimitedFiles" true true
@deprecate_moved readcsv "DelimitedFiles" true true
@deprecate_moved writecsv "DelimitedFiles" true true

@deprecate_moved base64encode "Base64" true true
@deprecate_moved base64decode "Base64" true true
@deprecate_moved Base64EncodePipe "Base64" true true
Expand Down
2 changes: 0 additions & 2 deletions etc/juliarc.jl
@@ -1,4 +1,2 @@
# This file should contain site-specific commands to be executed on Julia startup
# Users may store their own personal commands in the user home directory `homedir()`, in a file named `.juliarc.jl`

using DelimitedFiles

0 comments on commit 6a46b10

Please sign in to comment.