diff --git a/src/sat/sat_lut_finder.h b/src/sat/sat_lut_finder.h index 917cce4cb..2e227e0b5 100644 --- a/src/sat/sat_lut_finder.h +++ b/src/sat/sat_lut_finder.h @@ -37,7 +37,6 @@ namespace sat { clause_filter(unsigned f, clause* cp): m_filter(f), m_clause(cp) {} }; - typedef bool_vector bool_vector; unsigned m_max_lut_size; vector> m_clause_filters; // index of clauses. uint64_t m_combination; // bit-mask of parities that have been found