From: David L. Jones Date: Mon, 7 Nov 2016 18:38:49 +0000 (+0000) Subject: Remove Go Attribute type that was deleted from the C API in r286062. X-Git-Tag: llvmorg-4.0.0-rc1~5336 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=986480032b4bce6884c49fc4f786d5d6df031603;p=platform%2Fupstream%2Fllvm.git 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 --- diff --git a/llvm/bindings/go/llvm/ir.go b/llvm/bindings/go/llvm/ir.go index f6a8415..f399c1c 100644 --- a/llvm/bindings/go/llvm/ir.go +++ b/llvm/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