From: Enrico Tassi Date: Mon, 7 May 2007 13:36:14 +0000 (+0000) Subject: ... X-Git-Tag: make_still_working~6344 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=d25d8606132d909f449ad65c6131e6eda6135dda;p=helm.git ... --- diff --git a/helm/software/components/tactics/auto.ml b/helm/software/components/tactics/auto.ml index f767ed21e..c2d933b0a 100644 --- a/helm/software/components/tactics/auto.ml +++ b/helm/software/components/tactics/auto.ml @@ -795,7 +795,6 @@ let rec auto_main tables maxm context flags elems universe cache = "with depth"^string_of_int depth)); debug_print (lazy (AutoCache.cache_print context cache)); if sort = T (* && tl <> []*) then - aux flags tables maxm cache ((metasenv,subst,gl)::tl) (debug_print (lazy (" FAILURE(not in prop)")); aux flags tables maxm cache ((metasenv,subst,gl)::tl))