Skip to content

Commit 6bd91e2

Browse files
committed
Conditionalize dump functions
1 parent 64f364d commit 6bd91e2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Sources/LLVM/IRType.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ public extension IRType {
2929
public func constPointerNull() -> IRValue {
3030
return LLVMConstPointerNull(asLLVM())
3131
}
32-
33-
/// Dumps a representation of this type to stderr.
34-
public func dump() {
35-
LLVMDumpType(asLLVM())
36-
}
3732
}
3833

3934
internal func convertType(_ type: LLVMTypeRef) -> IRType {

0 commit comments

Comments
 (0)