Skip to content

Commit

Permalink
Remove Go Attribute type that was deleted from the C API in r286062.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dlj-NaN committed Nov 7, 2016
1 parent 6afa68e commit 2dd5f7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bindings/go/llvm/ir.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ type (
Metadata struct {
C C.LLVMMetadataRef
}
Attribute uint64
Opcode C.LLVMOpcode
TypeKind C.LLVMTypeKind
Linkage C.LLVMLinkage
Expand Down

0 comments on commit 2dd5f7e

Please sign in to comment.