Skip to content

Commit ed0bf05

Browse files
mbaumanJeffBezanson
authored andcommitted
Clean up exports list, removing undefined identifiers:
* ParseError was deprecate_moved, but was not removed from exports list. * Remove old logging function exports -- these were deprecated to their macros * Shuffle was deprecate_move'd to Random
1 parent f92a55a commit ed0bf05

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

base/exports.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ export
124124
InvalidStateException,
125125
KeyError,
126126
MissingException,
127-
ParseError,
128127
SystemError,
129128
StringIndexError,
130129

@@ -411,8 +410,6 @@ export
411410
rot180,
412411
rotl90,
413412
rotr90,
414-
shuffle,
415-
shuffle!,
416413
size,
417414
selectdim,
418415
sort!,
@@ -607,9 +604,6 @@ export
607604
summary,
608605

609606
# logging
610-
info,
611-
logging,
612-
warn,
613607
@debug,
614608
@info,
615609
@warn,

0 commit comments

Comments
 (0)