mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-03 00:20:40 +03:00
Removed obsolete importprot members.
This commit is contained in:
parent
4d3f9333c6
commit
ab7ffa9988
4 changed files with 1 additions and 10 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue