From bad6fd16c79932d159421e78ba1de054c91bad2a Mon Sep 17 00:00:00 2001 From: xleroy Date: Wed, 5 May 2010 13:41:06 +0000 Subject: Removed an ADMITTED that was unused, fortunately git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1333 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- backend/Reloadproof.v | 2 -- 1 file changed, 2 deletions(-) (limited to 'backend/Reloadproof.v') 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'), -- cgit