3
0
Fork 0
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:
Nikolaj Bjorner 2013-08-08 15:38:13 -07:00
parent af700e88cf
commit 30df2837fb
4 changed files with 4 additions and 3 deletions

View file

@ -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());