diff options
| author | Alasdair Armstrong | 2018-01-05 17:40:19 +0000 |
|---|---|---|
| committer | Alasdair Armstrong | 2018-01-05 17:40:19 +0000 |
| commit | cb796f509c412c4f354e045f7b83f233d8863181 (patch) | |
| tree | e7457e59f9151710f6a5209548f7023bf2b9371e /src/process_file.mli | |
| parent | b52a739d24e138974fada0453f3a6d514a36994c (diff) | |
Fix duplicate definitions created by merge
Diffstat (limited to 'src/process_file.mli')
| -rw-r--r-- | src/process_file.mli | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/process_file.mli b/src/process_file.mli index 826263a4..86e8fb05 100644 --- a/src/process_file.mli +++ b/src/process_file.mli @@ -58,7 +58,6 @@ 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_interpreter : 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 |
