From 9a0c61b81a2d9c0024b20a6c7ad8af01026739b0 Mon Sep 17 00:00:00 2001 From: ppedrot Date: Fri, 14 Dec 2012 10:56:41 +0000 Subject: Moved Intset and Intmap to Int namespace. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16067 85f007b7-540e-0410-9357-904b9bb8a0f7 --- lib/util.ml | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/util.ml') diff --git a/lib/util.ml b/lib/util.ml index 8d8c947c7..91497f370 100644 --- a/lib/util.ml +++ b/lib/util.ml @@ -119,9 +119,6 @@ let delayed_force f = f () type ('a,'b) union = Inl of 'a | Inr of 'b -module Intset = Set.Make(Int) -module Intmap = Map.Make(Int) - (*s interruption *) let interrupt = ref false -- cgit v1.2.3