Remove support for some more obsolete configurations.

This commit is contained in:
Ms2ger 2014-02-25 14:41:17 +01:00
parent 3c7f9832f0
commit 1c49319173
2 changed files with 15 additions and 62 deletions

View file

@ -238,11 +238,6 @@ class Descriptor(DescriptorProvider):
else:
add('all', [config], attribute)
for attribute in ['implicitJSContext', 'resultNotAddRefed']:
addExtendedAttribute(attribute, desc.get(attribute, {}))
self.binaryNames = desc.get('binaryNames', {})
# Build the prototype chain.
self.prototypeChain = []
parent = interface