forked from OSchip/llvm-project
Remove Go Attribute type that was deleted from the C API in r286062.
Summary: The C++ side of the Go bindings were updated in r286085, r286086, and r286087, but those did not remove this type. Reviewers: djasper Subscribers: axw Differential Revision: https://reviews.llvm.org/D26337 llvm-svn: 286131
This commit is contained in:
parent
da4229b161
commit
986480032b
|
@ -58,7 +58,6 @@ type (
|
|||
Metadata struct {
|
||||
C C.LLVMMetadataRef
|
||||
}
|
||||
Attribute uint64
|
||||
Opcode C.LLVMOpcode
|
||||
TypeKind C.LLVMTypeKind
|
||||
Linkage C.LLVMLinkage
|
||||
|
|
Loading…
Reference in New Issue