3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-09 04:31:24 +00:00

cleanup warnings from new dataflow engine

Signed-off-by: Nuno Lopes <nlopes@microsoft.com>
This commit is contained in:
Nuno Lopes 2015-06-30 08:47:37 +01:00
parent 769127d531
commit 1f619fd960
4 changed files with 13 additions and 18 deletions

View file

@ -16,10 +16,9 @@ Author:
--*/
#include "dataflow.h"
#include "reachability.h"
namespace datalog {
void dummy_dataflow() {
}
const reachability_info reachability_info::null_fact;
}