summaryrefslogtreecommitdiff
path: root/common/Memory.v
diff options
context:
space:
mode:
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 b456191..157867e 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.