mirror of
https://github.com/mandiant/capa.git
synced 2025-12-24 03:57:34 -08:00
render: remove dead code
This commit is contained in:
@@ -27,10 +27,6 @@ def convert_statement_to_result_document(statement):
|
||||
return {
|
||||
'type': 'not',
|
||||
}
|
||||
elif isinstance(statement, capa.engine.Or):
|
||||
return {
|
||||
'type': 'or',
|
||||
}
|
||||
elif isinstance(statement, capa.engine.Some) and statement.count == 0:
|
||||
return {
|
||||
'type': 'optional'
|
||||
|
||||
Reference in New Issue
Block a user