]> matita.cs.unibo.it Git - helm.git/commitdiff
...
authorEnrico Tassi <enrico.tassi@inria.fr>
Mon, 7 May 2007 13:36:14 +0000 (13:36 +0000)
committerEnrico Tassi <enrico.tassi@inria.fr>
Mon, 7 May 2007 13:36:14 +0000 (13:36 +0000)
components/tactics/auto.ml

index f767ed21e4936efba0f6181c58fa7ab05b97f1ad..c2d933b0a091750b5205587faddbf872984f7216 100644 (file)
@@ -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))