chore(library/tactic): remove trash

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2013-11-20 17:25:00 -08:00
parent 3a6aa2dc75
commit f6d1f4db60

View file

@ -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
}