forked from OSchip/llvm-project
[go bindings] Rmove duplicated conversion function definitions after r300843.
llvm-svn: 300872
This commit is contained in:
parent
9f25dd56a8
commit
4f1bed1bcf
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue