remove untested legacy code

This commit is contained in:
David Halter
2013-07-10 10:25:13 +02:00
parent 2ce0dfbeb7
commit 57c030c160

View File

@@ -111,9 +111,6 @@ class Instance(use_metaclass(cache.CachedMetaClass, Executable)):
add_self_dot_name(n)
for s in self.base.get_super_classes():
if s == self.base:
# I don't know how this could happen... But saw it once.
continue
names += Instance(s).get_self_properties()
return names