From 8fc2509f354b02ec4e0a3eb6fabc329109686c47 Mon Sep 17 00:00:00 2001 From: Pierre Letouzey Date: Wed, 5 Mar 2014 16:50:04 +0100 Subject: Remove some dead-code (thanks to ocaml warnings) The removed code isn't used locally and isn't exported in the signature --- lib/iStream.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/iStream.ml') diff --git a/lib/iStream.ml b/lib/iStream.ml index 065155f081..da54d9f7b8 100644 --- a/lib/iStream.ml +++ b/lib/iStream.ml @@ -26,7 +26,7 @@ let rec force s = match Lazy.force s with let force s = force s; s -let rec is_empty s = match Lazy.force s with +let is_empty s = match Lazy.force s with | Nil -> true | Cons (_, _) -> false -- cgit v1.2.3