mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-19 02:03:11 +00:00
[go bindings] Rmove duplicated conversion function definitions after r300843.
llvm-svn: 300872
This commit is contained in:
parent
144bd62acc
commit
712bee7e04
@ -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…
x
Reference in New Issue
Block a user