aboutsummaryrefslogtreecommitdiffstats
path: root/common/Memory.v
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2011-08-19 09:13:09 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2011-08-19 09:13:09 +0000
commit7ea8a55692e2a2d32efa0c84e19c37a3b56a0fd1 (patch)
treee324aff1a958e0a5d83f805ff3ca1d9eb07939f4 /common/Memory.v
parent5b73a4f223a0cadb7df3f1320fed86cde0d67d6e (diff)
downloadcompcert-7ea8a55692e2a2d32efa0c84e19c37a3b56a0fd1.tar.gz
compcert-7ea8a55692e2a2d32efa0c84e19c37a3b56a0fd1.zip
Cleaned up old commented-out parts
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1719 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'common/Memory.v')
-rw-r--r--common/Memory.v10
1 files changed, 0 insertions, 10 deletions
diff --git a/common/Memory.v b/common/Memory.v
index b456191a..157867e8 100644
--- a/common/Memory.v
+++ b/common/Memory.v
@@ -947,16 +947,6 @@ Variable ofs: Z.
Variable v: val.
Variable m2: mem.
Hypothesis STORE: store chunk m1 b ofs v = Some m2.
-(*
-Lemma store_result:
- m2 = unchecked_store chunk m1 b ofs v.
-Proof.
- unfold store in STORE.
- destruct (valid_access_dec m1 chunk b ofs Writable).
- congruence.
- congruence.
-Qed.
-*)
Lemma store_access: mem_access m2 = mem_access m1.
Proof.