chore(library/tactic): remove trash
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
3a6aa2dc75
commit
f6d1f4db60
1 changed files with 0 additions and 6 deletions
|
@ -106,10 +106,4 @@ std::pair<goal, goal_proof_fn> to_goal(environment const & env, context const &
|
|||
return mk_pair(goal(reverse_to_list(hypotheses.begin(), hypotheses.end()), conclusion),
|
||||
goal_proof_fn(std::move(consts)));
|
||||
}
|
||||
|
||||
#if 0
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue