From: Enrico Tassi Date: Mon, 7 May 2007 13:36:14 +0000 (+0000) Subject: ... X-Git-Tag: 0.4.95@7852~485 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=8d79bb9b3b6d9bf27901529231956352578f1ab5;p=helm.git ... --- diff --git a/components/tactics/auto.ml b/components/tactics/auto.ml index f767ed21e..c2d933b0a 100644 --- a/components/tactics/auto.ml +++ b/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))