summaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2010-05-05 13:41:06 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2010-05-05 13:41:06 +0000
commitbad6fd16c79932d159421e78ba1de054c91bad2a (patch)
tree2f0e25cceebfbae8aaedaa8e58feb94d618929ab /backend
parente96b2dd600239a44b5d857d23dfacd4733583fe4 (diff)
Removed an ADMITTED that was unused, fortunately
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1333 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'backend')
-rw-r--r--backend/Reloadproof.v2
1 files changed, 0 insertions, 2 deletions
diff --git a/backend/Reloadproof.v b/backend/Reloadproof.v
index 7d73011..bf728fa 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'),