mirror of
https://github.com/Z3Prover/z3
synced 2025-06-15 18:36:16 +00:00
remove if-def inside cpp file that should not be there #6869
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5e3df9ee77
commit
79aa317af4
1 changed files with 0 additions and 3 deletions
|
@ -17,8 +17,6 @@ Revision History:
|
||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#ifndef ELIM_BOUNDS_H_
|
|
||||||
#define ELIM_BOUNDS_H_
|
|
||||||
|
|
||||||
#include "ast/used_vars.h"
|
#include "ast/used_vars.h"
|
||||||
#include "util/obj_hashtable.h"
|
#include "util/obj_hashtable.h"
|
||||||
|
@ -201,4 +199,3 @@ bool elim_bounds_cfg::reduce_quantifier(quantifier * q,
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* ELIM_BOUNDS_H_ */
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue