chore(library/blast/simplifier/simplifier): remove "dead" field

This commit is contained in:
Leonardo de Moura 2015-12-09 07:13:54 -08:00
parent aed0c7cccf
commit c6fc18a8d1

View file

@ -137,7 +137,6 @@ class simplifier {
/* Logging */
unsigned m_num_steps{0};
unsigned m_depth{0};
/* Options */
unsigned m_max_steps{get_simplify_max_steps()};