Eliminate typo

master
David Allsopp 2020-07-23 15:06:52 +01:00
parent 8b80c57fb2
commit b9a4de7b2d
1 changed files with 0 additions and 2 deletions

View File

@ -17,8 +17,6 @@
module Unix = Ocamltest_unix
(* Pervaisive *)
let input_line_opt ic =
try Some (input_line ic) with End_of_file -> None