That was committed by mistake

This commit is contained in:
Alexey Prokhin
2011-12-06 14:43:05 +04:00
parent 8b50928636
commit 859ae8481f

View File

@@ -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());