diff gen/toobj.cpp @ 1146:1860414bf3b7

* 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.
author Tomas Lindquist Olsen <tomas.l.olsen gmail.com>
date Thu, 26 Mar 2009 20:45:53 +0100
parents b9f9bde1707e
children dbe4af57b240
line wrap: on
line diff
--- a/gen/toobj.cpp	Thu Mar 26 18:46:21 2009 +0100
+++ b/gen/toobj.cpp	Thu Mar 26 20:45:53 2009 +0100
@@ -827,16 +827,6 @@
     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)