aboutsummaryrefslogtreecommitdiffstats
path: root/ia32/AsmToJSON.mli
diff options
context:
space:
mode:
Diffstat (limited to 'ia32/AsmToJSON.mli')
-rw-r--r--ia32/AsmToJSON.mli13
1 files changed, 0 insertions, 13 deletions
diff --git a/ia32/AsmToJSON.mli b/ia32/AsmToJSON.mli
deleted file mode 100644
index 20bcba5e..00000000
--- a/ia32/AsmToJSON.mli
+++ /dev/null
@@ -1,13 +0,0 @@
-(* *********************************************************************)
-(* *)
-(* The Compcert verified compiler *)
-(* *)
-(* Bernhard Schommer, AbsInt Angewandte Informatik GmbH *)
-(* *)
-(* AbsInt Angewandte Informatik GmbH. All rights reserved. This file *)
-(* is distributed under the terms of the INRIA Non-Commercial *)
-(* License Agreement. *)
-(* *)
-(* *********************************************************************)
-
-val p_program: out_channel -> (Asm.coq_function AST.fundef, 'a) AST.program -> unit