Do not allow dead_code in codegen anymore

This commit is contained in:
Anthony Ramine 2015-08-30 17:19:42 +02:00
parent 2c8638ea9e
commit 3c1c315838
2 changed files with 2 additions and 5 deletions

View file

@ -1634,7 +1634,6 @@ class CGImports(CGWrapper):
'unused_imports',
'unused_variables',
'unused_assignments',
'dead_code',
]
def componentTypes(type):