Remove out-of-date comments

Summary:
public
Remove out-of-date comments

Reviewed By: jvillard

Differential Revision: D2797424

fb-gh-sync-id: 764108e
master
Josh Berdine 9 years ago committed by facebook-github-bot-7
parent 9ecf2d9f5e
commit 2c0fc4025b

@ -704,7 +704,7 @@ let reserved_arg_desc =
"-visits_bias", Arg.Unit (fun () -> Config.worklist_mode:= 2), None, "nodes visited fewer times are analyzed first";
]
(**************** START MODULE Arg2 -- modified from Arg in the ocaml distribution ***************)
module Arg = struct
include Arg
@ -741,7 +741,7 @@ module Arg = struct
IList.sort (fun (x, _, _) (y, _, _) -> Pervasives.compare x y) unsorted_desc' in
align dlist
end
(********** END OF MODULE Arg **********)
(** Escape a string for use in a CSV or XML file: replace reserved characters with escape sequences *)
module Escape = struct

@ -224,7 +224,6 @@ module SymOp : sig
val report_total : Format.formatter -> unit -> unit
end
(** Modified version of Arg module from the ocaml distribution *)
module Arg : sig
include module type of Arg with type spec = Arg.spec

Loading…
Cancel
Save