From 704ff871b9d0b875307a15252d8ec7fc90ef6de4 Mon Sep 17 00:00:00 2001 From: Alasdair Armstrong Date: Thu, 18 Jan 2018 19:43:25 +0000 Subject: Clean up command line options slightly Changed -mono-split to -mono_split to be consistent with other options that use underscores, -mono-split still works but gives a warning message, just so nothing breaks immediately because of this. Removed this sil commands since they really don't do anything right now. --- src/process_file.mli | 1 - 1 file changed, 1 deletion(-) (limited to 'src/process_file.mli') diff --git a/src/process_file.mli b/src/process_file.mli index 024a8239..d8a88624 100644 --- a/src/process_file.mli +++ b/src/process_file.mli @@ -57,7 +57,6 @@ val rewrite_undefined: Type_check.tannot Ast.defs -> Type_check.tannot Ast.defs val rewrite_ast_lem : Type_check.tannot Ast.defs -> Type_check.tannot Ast.defs val rewrite_ast_ocaml : Type_check.tannot Ast.defs -> Type_check.tannot Ast.defs val rewrite_ast_interpreter : Type_check.tannot Ast.defs -> Type_check.tannot Ast.defs -val rewrite_ast_sil : Type_check.tannot Ast.defs -> Type_check.tannot Ast.defs val rewrite_ast_check : Type_check.tannot Ast.defs -> Type_check.tannot Ast.defs val load_file_no_check : Ast.order -> string -> unit Ast.defs -- cgit v1.2.3