mirror of
https://github.com/servo/servo
synced 2026-05-03 12:52:25 +02:00
Do not allow dead_code in codegen anymore
This commit is contained in:
@@ -1634,7 +1634,6 @@ class CGImports(CGWrapper):
|
||||
'unused_imports',
|
||||
'unused_variables',
|
||||
'unused_assignments',
|
||||
'dead_code',
|
||||
]
|
||||
|
||||
def componentTypes(type):
|
||||
|
||||
Reference in New Issue
Block a user