mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-04 03:23:14 +01:00
Removed obsolete importprot members.
This commit is contained in:
@@ -1951,7 +1951,7 @@ DValue* DtoSymbolAddress(const Loc& loc, Type* type, Declaration* decl)
|
||||
return new DFuncValue(fdecl, func);
|
||||
}
|
||||
|
||||
if (StaticStructInitDeclaration* sdecl = decl->isStaticStructInitDeclaration())
|
||||
if (SymbolDeclaration* sdecl = decl->isSymbolDeclaration())
|
||||
{
|
||||
// this seems to be the static initialiser for structs
|
||||
Type* sdecltype = sdecl->type->toBasetype();
|
||||
|
||||
Reference in New Issue
Block a user