mirror of
https://github.com/Z3Prover/z3
synced 2025-06-15 18:36:16 +00:00
unused variable warning
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
78afa2527c
commit
4be6927460
3 changed files with 1 additions and 3 deletions
|
@ -95,7 +95,6 @@ collect_induction_literals::collect_induction_literals(context& ctx, ast_manager
|
|||
vs(vs),
|
||||
m_literal_index(0)
|
||||
{
|
||||
// (void)vs;
|
||||
}
|
||||
|
||||
literal_vector collect_induction_literals::operator()() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue