aboutsummaryrefslogtreecommitdiffstats
path: root/backend
diff options
context:
space:
mode:
authorLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-04-09 17:13:23 +0200
committerLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-04-09 17:13:23 +0200
commite37d655db0ec3d2c002e200c3e70a1997e39a458 (patch)
tree186cd3a8bfb1de51c4ba11f7cd1a3136734c061a /backend
parent77f3fd97849ad7daa0c6e29c1d7d511d94fb4455 (diff)
downloadcompcert-kvx-e37d655db0ec3d2c002e200c3e70a1997e39a458.tar.gz
compcert-kvx-e37d655db0ec3d2c002e200c3e70a1997e39a458.zip
removing unusued proof line
Diffstat (limited to 'backend')
-rw-r--r--backend/Stackingproof.v1
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/Stackingproof.v b/backend/Stackingproof.v
index 08061aa4..a5aa5177 100644
--- a/backend/Stackingproof.v
+++ b/backend/Stackingproof.v
@@ -869,7 +869,6 @@ Remark transl_destroyed_by_op:
forall op e, destroyed_by_op (transl_op e op) = destroyed_by_op op.
Proof.
intros; destruct op; try reflexivity; simpl.
- all: destruct optR as [[]|]; simpl; try reflexivity.
Qed.
Remark transl_destroyed_by_load: