Skip to content

Commit

Permalink
Don't export 'parent' which will always clash with Base.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Apr 23, 2020
1 parent 5dccae8 commit 441d676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/value/constant.jl
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ InlineAsm(typ::FunctionType, asm::String, constraints::String,
abstract type GlobalValue <: Constant end

export GlobalValue,
parent, isdeclaration,
isdeclaration,
linkage, linkage!,
section, section!,
visibility, visibility!,
Expand Down

0 comments on commit 441d676

Please sign in to comment.