mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-22 15:53:14 +01:00
That was committed by mistake
This commit is contained in:
@@ -139,9 +139,6 @@ void VarDeclaration::codegen(Ir* p)
|
||||
|
||||
LLType *_type = DtoConstInitializerType(type, init);
|
||||
|
||||
if (_name == "_D13TypeInfo_yAAa6__initZ")
|
||||
printf("!!!\n");
|
||||
|
||||
// create the global variable
|
||||
LLGlobalVariable* gvar = new LLGlobalVariable(*gIR->module, _type, _isconst,
|
||||
DtoLinkage(this), NULL, _name, 0, isThreadlocal());
|
||||
|
||||
Reference in New Issue
Block a user