From 859ae8481fd5f99d896f9d3508d7b04aae35c0a9 Mon Sep 17 00:00:00 2001 From: Alexey Prokhin Date: Tue, 6 Dec 2011 14:43:05 +0400 Subject: [PATCH] That was committed by mistake --- gen/declarations.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/gen/declarations.cpp b/gen/declarations.cpp index 6ae5d5f9..b3cd6f3a 100644 --- a/gen/declarations.cpp +++ b/gen/declarations.cpp @@ -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());