From 7ea8a55692e2a2d32efa0c84e19c37a3b56a0fd1 Mon Sep 17 00:00:00 2001 From: xleroy Date: Fri, 19 Aug 2011 09:13:09 +0000 Subject: Cleaned up old commented-out parts git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1719 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- lib/Maps.v | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/Maps.v') diff --git a/lib/Maps.v b/lib/Maps.v index 793c2231..f8d1bd5a 100644 --- a/lib/Maps.v +++ b/lib/Maps.v @@ -998,11 +998,6 @@ Module PTree <: TREE. destruct H0. congruence. Qed. -(* - Definition fold (A B : Type) (f: B -> positive -> A -> B) (tr: t A) (v: B) := - List.fold_left (fun a p => f a (fst p) (snd p)) (elements tr) v. -*) - Fixpoint xfold (A B: Type) (f: B -> positive -> A -> B) (i: positive) (m: t A) (v: B) {struct m} : B := match m with -- cgit