mirror of
https://github.com/servo/servo.git
synced 2025-10-17 00:39:15 +01:00
Remove support for some more obsolete configurations.
This commit is contained in:
parent
3c7f9832f0
commit
1c49319173
2 changed files with 15 additions and 62 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue