mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-08-02 20:40:05 +02:00
Removed dead global initializer code.
This commit is contained in:
@@ -108,9 +108,6 @@ TemplateInstance* DtoIsTemplateInstance(Dsymbol* s, bool checkLiteralOwner = fal
|
||||
/// Dispatches as appropriate.
|
||||
void DtoResolveDsymbol(Dsymbol* dsym);
|
||||
|
||||
/// Generates the constant initializer for a global variable.
|
||||
void DtoConstInitGlobal(VarDeclaration* vd);
|
||||
|
||||
// declaration inside a declarationexp
|
||||
void DtoVarDeclaration(VarDeclaration* var);
|
||||
DValue* DtoDeclarationExp(Dsymbol* declaration);
|
||||
|
||||
Reference in New Issue
Block a user