aboutsummaryrefslogtreecommitdiffstats
path: root/ia32/AsmToJSON.ml
diff options
context:
space:
mode:
Diffstat (limited to 'ia32/AsmToJSON.ml')
-rw-r--r--ia32/AsmToJSON.ml17
1 files changed, 0 insertions, 17 deletions
diff --git a/ia32/AsmToJSON.ml b/ia32/AsmToJSON.ml
deleted file mode 100644
index 3214491f..00000000
--- a/ia32/AsmToJSON.ml
+++ /dev/null
@@ -1,17 +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. *)
-(* *)
-(* *********************************************************************)
-
-(* Simple functions to serialize ia32 Asm to JSON *)
-
-(* Dummy function *)
-let p_program oc prog =
- ()