diff options
author | David L. Jones <dlj@google.com> | 2016-11-07 18:38:49 +0000 |
---|---|---|
committer | David L. Jones <dlj@google.com> | 2016-11-07 18:38:49 +0000 |
commit | 2dd5f7e3279b40605a9fc248c59ecf569873db1e (patch) | |
tree | fe74b55f6dfec8de9f77750d909fa579be61525f /bindings | |
parent | 6afa68e1dcfb0fe1b203a09427f876bfad0bc837 (diff) | |
download | llvm-2dd5f7e3279b40605a9fc248c59ecf569873db1e.tar.gz |
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
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286131 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings')
-rw-r--r-- | bindings/go/llvm/ir.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bindings/go/llvm/ir.go b/bindings/go/llvm/ir.go index f6a8415a389b..f399c1c800b1 100644 --- a/bindings/go/llvm/ir.go +++ b/bindings/go/llvm/ir.go @@ -58,7 +58,6 @@ type ( Metadata struct { C C.LLVMMetadataRef } - Attribute uint64 Opcode C.LLVMOpcode TypeKind C.LLVMTypeKind Linkage C.LLVMLinkage |