Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1--- ./piqilib/piq_lexer.ml 2+++ ./piqilib/piq_lexer.ml 3@@ -476,11 +476,6 @@ let init_from_string s = 4 make_buf lexbuf 5 6 7-let init_from_stream s = 8- let lexbuf = Sedlexing.Utf8.from_stream s in 9- make_buf lexbuf 10- 11- 12 let init_from_channel ch = 13 let lexbuf = Sedlexing.Utf8.from_channel ch in 14 make_buf lexbuf