Skip to content

Commit 041421f

Browse files
committed
Fix stale references to legacy module names
- ocsigen_stream.mli: comment mentioned [Ocsigen_config], update to [Ocsigen.Config]. - Delete ocsigen_config_static.ml.in: legacy autotools-era template no longer used by the dune build (which generates Ocsigen_base/config_static.ml via gen.exe).
1 parent e2b592a commit 041421f

2 files changed

Lines changed: 1 addition & 35 deletions

File tree

src/baselib/Ocsigen_base/ocsigen_stream.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,6 @@ end
129129

130130
(**/**)
131131

132-
(* Small hack that will allow us to move [Ocsigen_config] out of
132+
(* Small hack that will allow us to move [Ocsigen.Config] out of
133133
baselib. Not super-pretty. *)
134134
val set_net_buffer_size : int -> unit

src/baselib/ocsigen_config_static.ml.in

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)