mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
remove unused reference to rm
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
878905c13c
commit
1cf2b7c2d3
|
@ -252,7 +252,6 @@ namespace datalog {
|
||||||
if (!rel) {
|
if (!rel) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
relation_manager& rm = rel->get_rmanager();
|
|
||||||
|
|
||||||
func_decl_set const& candidate_preds = m_context.get_predicates();
|
func_decl_set const& candidate_preds = m_context.get_predicates();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue