diff options
Diffstat (limited to 'tactics')
| -rw-r--r-- | tactics/eauto.ml4 | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tactics/eauto.ml4 b/tactics/eauto.ml4 index 1cde368a11..cdc7fd73b5 100644 --- a/tactics/eauto.ml4 +++ b/tactics/eauto.ml4 @@ -142,14 +142,6 @@ and e_my_find_search db_list local_db hdc concl = | Extern tacast -> conclPattern concl p tacast in (tac,lazy (pr_autotactic t))) - (*i - fun gls -> pPNL (pr_autotactic t); pp_flush (); - try tac gls - with e when Logic.catchable_exception(e) -> - (str "Fail\n"; - pp_flush (); - raise e) - i*) in List.map tac_of_hint hintl |
