fluffychat: 1.22.1 -> 1.23.0 (#364091)
[NixPkgs.git] / pkgs / development / ocaml-modules / piqi / no-stream.patch
blobfde1c46cce42bbe3940d454c51a5d60cde35d417
1 --- ./piqilib/piq_lexer.ml
2 +++ ./piqilib/piq_lexer.ml
3 @@ -476,11 +476,6 @@ let init_from_string s =
4 make_buf lexbuf
7 -let init_from_stream s =
8 - let lexbuf = Sedlexing.Utf8.from_stream s in
9 - make_buf lexbuf
12 let init_from_channel ch =
13 let lexbuf = Sedlexing.Utf8.from_channel ch in
14 make_buf lexbuf