mirror of
https://github.com/SELinuxProject/setools
synced 2025-03-20 18:16:41 +00:00
Remove unnecessary condition out of dta build graph.
This commit is contained in:
parent
f63c637349
commit
30c277745f
@ -360,8 +360,6 @@ class DomainTransitionAnalysis(object):
|
||||
(str(s) for s in r.source.expand()),
|
||||
(str(t) for t in r.target.expand())):
|
||||
type_trans[s][t][d].append(r)
|
||||
else:
|
||||
continue
|
||||
|
||||
invalid_edge = []
|
||||
clear_transition = []
|
||||
|
Loading…
Reference in New Issue
Block a user