aboutsummaryrefslogtreecommitdiffstats
path: root/mppa_k1c/Asmaux.v
diff options
context:
space:
mode:
Diffstat (limited to 'mppa_k1c/Asmaux.v')
-rw-r--r--mppa_k1c/Asmaux.v5
1 files changed, 0 insertions, 5 deletions
diff --git a/mppa_k1c/Asmaux.v b/mppa_k1c/Asmaux.v
deleted file mode 100644
index 891d1068..00000000
--- a/mppa_k1c/Asmaux.v
+++ /dev/null
@@ -1,5 +0,0 @@
-Require Import Asm.
-Require Import AST.
-
-(** Constant only needed by Asmexpandaux.ml *)
-Program Definition dummy_function := {| fn_code := nil; fn_sig := signature_main; fn_blocks := nil |}.