Skip to content

Commit ec8c2d4

Browse files
committed
fixup! Excise Random from the system image
1 parent 9775df4 commit ec8c2d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/stubs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function delete_stubs(mod)
2727
if name == :delay_initialize
2828
continue
2929
end
30-
obj = getglobal(Base.Stubs.Randomod, name)
30+
obj = getglobal(mod, name)
3131
if obj isa Function
3232
ms = Base.methods(obj, mod)
3333
for m in ms

0 commit comments

Comments
 (0)