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:
David L. Jones 2016-11-07 18:38:49 +00:00
parent da4229b161
commit 986480032b
1 changed files with 0 additions and 1 deletions

View File

@ -58,7 +58,6 @@ type (
Metadata struct {
C C.LLVMMetadataRef
}
Attribute uint64
Opcode C.LLVMOpcode
TypeKind C.LLVMTypeKind
Linkage C.LLVMLinkage