From b8d5b255bad4b03c57356c9af474e6d8a12105db Mon Sep 17 00:00:00 2001 From: Ajax Date: Thu, 21 Jun 2018 17:33:47 +0200 Subject: Code cleaning: remove useless / commented code --- test/analysis/data_flow.py | 1 - 1 file changed, 1 deletion(-) (limited to 'test/analysis/data_flow.py') diff --git a/test/analysis/data_flow.py b/test/analysis/data_flow.py index c3469109..d5b197d2 100644 --- a/test/analysis/data_flow.py +++ b/test/analysis/data_flow.py @@ -673,7 +673,6 @@ for test_nb, test in enumerate([(G1_IRA, G1_EXP_IRA), reaching_defs = ReachingDefinitions(g_ira) defuse = DiGraphDefUse(reaching_defs, deref_mem=True) - #open("defuse_%02d.dot" % (test_nb+1), "w").write(defuse.dot()) # # Simplify graph dead_simp(g_ira) -- cgit 1.4.1