]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/auto.ml
...
[helm.git] / 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))