From 8603cbe50674b861d038a24789bb22e81f449564 Mon Sep 17 00:00:00 2001 From: malc Date: Thu, 23 Feb 2012 04:57:29 +0400 Subject: [PATCH] Kill commented out line --- wsi.ml | 1 - 1 file changed, 1 deletion(-) diff --git a/wsi.ml b/wsi.ml index 258417a..1d63a47 100644 --- a/wsi.ml +++ b/wsi.ml @@ -121,7 +121,6 @@ let readstr sock n = ignore (Unix.select [sock] [] [] 0.01); loop (pos + m) (n - m) ) - (* error "read %d returned %d" n m; *) in loop 0 n; s; -- 2.11.4.GIT