mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 05:30:51 +00:00
fix more compiler warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
282173773f
commit
65dff93e93
2 changed files with 3 additions and 5 deletions
|
@ -1015,7 +1015,6 @@ namespace datalog {
|
|||
|
||||
virtual void operator()(relation_base & _r) {
|
||||
karr_relation & r = get(_r);
|
||||
karr_relation_plugin & p = r.get_plugin();
|
||||
if (m_value.is_int()) {
|
||||
r.get_ineqs();
|
||||
vector<rational> row;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue