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

remove empty file

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2023-01-31 12:32:28 -08:00
parent d263b373ed
commit e6f8fe359e
3 changed files with 1 additions and 21 deletions

View file

@ -1,18 +0,0 @@
/*++
Copyright (c) 2022 Microsoft Corporation
Module Name:
bv_slice_tactic.cpp
Abstract:
Tactic for simplifying with bit-vector slices
Author:
Nikolaj Bjorner (nbjorner) 2022-10-30
--*/

View file

@ -16,8 +16,6 @@ Author:
--*/
#include "tactic/tactic.h"
#include "tactic/dependent_expr_state_tactic.h"
#include "ast/simplifiers/euf_completion.h"
#include "tactic/core/euf_completion_tactic.h"
tactic * mk_euf_completion_tactic(ast_manager& m, params_ref const& p) {