mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
* Moved ir/irsymbol.cpp/h into ir/irdsymbol.cpp/h.
* Added #if IN_DMD versioning around DMD backend specific code in the D1 frontend, D2 is currently broken. * All part of a greater cleanup scheme.
This commit is contained in:
@@ -827,16 +827,6 @@ void ClassDeclaration::toObjFile(int multiobj)
|
||||
gIR->resolveList.push_back(this);
|
||||
}
|
||||
|
||||
/******************************************
|
||||
* Get offset of base class's vtbl[] initializer from start of csym.
|
||||
* Returns ~0 if not this csym.
|
||||
*/
|
||||
|
||||
unsigned ClassDeclaration::baseVtblOffset(BaseClass *bc)
|
||||
{
|
||||
return ~0;
|
||||
}
|
||||
|
||||
/* ================================================================== */
|
||||
|
||||
void TupleDeclaration::toObjFile(int multiobj)
|
||||
|
||||
Reference in New Issue
Block a user