Skip to content

Commit

Permalink
remove empty file
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <[email protected]>
  • Loading branch information
NikolajBjorner committed Jan 31, 2023
1 parent d263b37 commit e6f8fe3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 21 deletions.
2 changes: 1 addition & 1 deletion doc/mk_tactic_doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def extract_tactic_doc(ous, f):
generate_tactic_doc(ous, f, ins)

def generate_simplifier_doc(ous, name, desc):
ous.write("## Simplifier [" + name + "](../summary/#tactic-" + name + ")\n")
ous.write("## Simplifier [" + name + "](https://microsoft.github.io/z3guide/docs/strategies/summary/#tactic-" + name + ")\n")
ous.write("### Description\n" + desc + "\n")


Expand Down
18 changes: 0 additions & 18 deletions src/tactic/bv/bv_slice_tactic.cpp

This file was deleted.

2 changes: 0 additions & 2 deletions src/tactic/core/euf_completion_tactic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ Module Name:
--*/

#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) {
Expand Down

0 comments on commit e6f8fe3

Please sign in to comment.