mirror of
https://github.com/Z3Prover/z3
synced 2025-07-26 14:07:54 +00:00
fix build warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
af700e88cf
commit
30df2837fb
4 changed files with 4 additions and 3 deletions
|
@ -1004,7 +1004,6 @@ namespace datalog {
|
|||
|
||||
void compiler::detect_chains(const func_decl_set & preds, func_decl_vector & ordered_preds,
|
||||
func_decl_set & global_deltas) {
|
||||
typedef obj_map<func_decl, func_decl *> pred2pred;
|
||||
|
||||
SASSERT(ordered_preds.empty());
|
||||
SASSERT(global_deltas.empty());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue