aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2010-05-05 13:41:06 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2010-05-05 13:41:06 +0000
commitbad6fd16c79932d159421e78ba1de054c91bad2a (patch)
tree2f0e25cceebfbae8aaedaa8e58feb94d618929ab
parente96b2dd600239a44b5d857d23dfacd4733583fe4 (diff)
downloadcompcert-kvx-bad6fd16c79932d159421e78ba1de054c91bad2a.tar.gz
compcert-kvx-bad6fd16c79932d159421e78ba1de054c91bad2a.zip
Removed an ADMITTED that was unused, fortunately
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1333 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
-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'),