Skip to content

Commit

Permalink
[go bindings] Rmove duplicated conversion function definitions after …
Browse files Browse the repository at this point in the history
…r300843.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300872 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
d0k committed Apr 20, 2017
1 parent 03b48f8 commit 1ec650e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bindings/go/llvm/DIBuilderBindings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@

using namespace llvm;

DEFINE_SIMPLE_CONVERSION_FUNCTIONS(DIBuilder, LLVMDIBuilderRef)

LLVMDIBuilderRef LLVMNewDIBuilder(LLVMModuleRef mref) {
Module *m = unwrap(mref);
return wrap(new DIBuilder(*m));
Expand Down

0 comments on commit 1ec650e

Please sign in to comment.