Skip to content

Commit 0ea0215

Browse files
committed
Remove incorrect exports.
1 parent 4e0acc0 commit 0ea0215

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/core/function.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ end
160160

161161
# intrinsics
162162

163-
export isintrinsic, Intrinsic, isoverloaded, declaration
163+
export isintrinsic, Intrinsic, isoverloaded
164164

165165
isintrinsic(f::Function) = API.LLVMGetIntrinsicID(f) != 0
166166

src/core/instructions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export Instruction, unsafe_delete!,
2-
metadata, metadata!,
2+
metadata,
33
opcode,
44
predicate_int, predicate_real
55

src/init.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## subsystem initialization
22

3-
export Shutdown, ismultithreaded
3+
export ismultithreaded
44

55
ismultithreaded() = convert(Core.Bool, API.LLVMIsMultithreaded())
66

0 commit comments

Comments
 (0)