aboutsummaryrefslogtreecommitdiffstats
path: root/backend/Reloadproof.v
diff options
context:
space:
mode:
Diffstat (limited to 'backend/Reloadproof.v')
-rw-r--r--backend/Reloadproof.v2
1 files changed, 0 insertions, 2 deletions
diff --git a/backend/Reloadproof.v b/backend/Reloadproof.v
index 7d730118..bf728fae 100644
--- a/backend/Reloadproof.v
+++ b/backend/Reloadproof.v
@@ -938,8 +938,6 @@ Definition measure (st: LTLin.state) : nat :=
| LTLin.Returnstate s ls m => 0%nat
end.
-Axiom ADMITTED: forall (P: Prop), P.
-
Theorem transf_step_correct:
forall s1 t s2, LTLin.step ge s1 t s2 ->
forall s1' (MS: match_states s1 s1'),