mirror of
https://github.com/Z3Prover/z3
synced 2025-06-15 18:36:16 +00:00
remove unused
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
45855fce06
commit
71a32f5bb2
5 changed files with 5 additions and 4 deletions
|
@ -94,7 +94,9 @@ collect_induction_literals::collect_induction_literals(context& ctx, ast_manager
|
|||
m(m),
|
||||
vs(vs),
|
||||
m_literal_index(0)
|
||||
{}
|
||||
{
|
||||
(void)vs;
|
||||
}
|
||||
|
||||
literal_vector collect_induction_literals::operator()() {
|
||||
literal_vector candidates = pre_select();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue