diff --git a/src/goto-symex/goto_symex_state.cpp b/src/goto-symex/goto_symex_state.cpp index 7aa6e2b8a3a..f78a0a058fe 100644 --- a/src/goto-symex/goto_symex_state.cpp +++ b/src/goto-symex/goto_symex_state.cpp @@ -38,6 +38,7 @@ goto_symex_statet::goto_symex_statet() goto_symex_statet::~goto_symex_statet()=default; +#if 0 /// write to a variable static bool check_renaming(const exprt &expr); @@ -120,10 +121,11 @@ static bool check_renaming(const exprt &expr) return false; } +#endif static void assert_l1_renaming(const exprt &expr) { - #if 1 + #if 0 if(check_renaming_l1(expr)) { std::cerr << expr.pretty() << '\n'; @@ -136,7 +138,7 @@ static void assert_l1_renaming(const exprt &expr) static void assert_l2_renaming(const exprt &expr) { - #if 1 + #if 0 if(check_renaming(expr)) { std::cerr << expr.pretty() << '\n';