diff generator/abstractmetalang.cpp @ 259:515d6e1c7b10 lifetime

another iteration
author maxter
date Thu, 17 Sep 2009 16:28:41 +0000
parents 17b5e13364b7
children b5773ccab07d
line wrap: on
line diff
--- a/generator/abstractmetalang.cpp	Wed Sep 16 14:16:33 2009 +0000
+++ b/generator/abstractmetalang.cpp	Thu Sep 17 16:28:41 2009 +0000
@@ -1326,11 +1326,6 @@
     return queryFunctions(Constructors).size() != 0;
 }
 
-bool AbstractMetaClass::isPolymorphic()
-{
-    return typeEntry()->isObject() && m_has_virtual_destructor;
-}
-
 void AbstractMetaClass::addDefaultConstructor()
 {
     AbstractMetaFunction *f = new AbstractMetaFunction;