diff --git a/include/mockturtle/algorithms/refactoring.hpp b/include/mockturtle/algorithms/refactoring.hpp index dbdef7273..eafc5e02d 100644 --- a/include/mockturtle/algorithms/refactoring.hpp +++ b/include/mockturtle/algorithms/refactoring.hpp @@ -166,10 +166,6 @@ class refactoring_impl return true; } - ntk.foreach_node( [&]( auto n ){ - ntk.set_value( n, ntk.fanout_size( n ) ); - }); - const auto mffc = make_with_stopwatch>( st.time_mffc, ntk, n ); pbar( i, i, _candidates, _estimated_gain );