From 5f2b3fd5c17c29ffc734eef05bdb22b44d015edf Mon Sep 17 00:00:00 2001 From: letouzey Date: Wed, 11 Jul 2007 21:48:04 +0000 Subject: Slight cleanup of refl_omega.ml : in particular it uses now list utilities from Util. Some additions in Util, and simplifications in various files. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9969 85f007b7-540e-0410-9357-904b9bb8a0f7 --- tactics/eauto.ml4 | 3 --- 1 file changed, 3 deletions(-) (limited to 'tactics') diff --git a/tactics/eauto.ml4 b/tactics/eauto.ml4 index aceba6e256..b62bf5820c 100644 --- a/tactics/eauto.ml4 +++ b/tactics/eauto.ml4 @@ -247,9 +247,6 @@ module SearchProblem = struct with e when Logic.catchable_exception e -> filter_tactics (glls,v) tacl - let rec list_addn n x l = - if n = 0 then l else x :: (list_addn (pred n) x l) - (* Ordering of states is lexicographic on depth (greatest first) then number of remaining goals. *) let compare s s' = -- cgit v1.2.3