mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
unused variables
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6292b06c67
commit
fc30461828
12 changed files with 21 additions and 16 deletions
|
@ -18,7 +18,6 @@ Copyright (c) 2020 Microsoft Corporation
|
|||
class drup_checker {
|
||||
sat::drat& m_drat;
|
||||
sat::literal_vector m_units;
|
||||
bool m_check_inputs = false;
|
||||
|
||||
void add_units() {
|
||||
auto const& units = m_drat.units();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue