mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Do not allow dead_code in codegen anymore
This commit is contained in:
parent
2c8638ea9e
commit
3c1c315838
2 changed files with 2 additions and 5 deletions
|
@ -1634,7 +1634,6 @@ class CGImports(CGWrapper):
|
|||
'unused_imports',
|
||||
'unused_variables',
|
||||
'unused_assignments',
|
||||
'dead_code',
|
||||
]
|
||||
|
||||
def componentTypes(type):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue