X86: Get rid of the unused getAllocator on the python base microop class.

This function is always overridden, and doesn't actually have the right
signature.
This commit is contained in:
Gabe Black 2010-08-22 18:24:09 -07:00
parent 3d93afe348
commit 5836023ab2

View file

@ -93,10 +93,6 @@ let {{
text += ", %s" % self.cppBool(val)
return text
def getAllocator(self, mnemonic, *microFlags):
return 'new %s(machInst, %s)' % \
(self.className, mnemonic, self.microFlagsText(microFlags))
def getGeneratorDef(self, micropc):
return self.generatorTemplate % \
(self.className, micropc, \