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 --- example/expression/simplification_tools.py | 1 - 1 file changed, 1 deletion(-) (limited to 'example/expression/simplification_tools.py') diff --git a/example/expression/simplification_tools.py b/example/expression/simplification_tools.py index 7c15b3e7..cb062fb3 100644 --- a/example/expression/simplification_tools.py +++ b/example/expression/simplification_tools.py @@ -32,7 +32,6 @@ x = ExprMem(a + b + ExprInt(0x42, 32), 32) def replace_expr(e): - # print 'visit', e dct = {c + ExprInt(0x42, 32): d, a + b: c, } if e in dct: -- cgit 1.4.1