From 58f78c5c32286394ea9e0b023ff4d43938639410 Mon Sep 17 00:00:00 2001
From: Hai Dang <hai@bedrocksystems.com>
Date: Mon, 29 May 2023 22:21:28 +0200
Subject: [PATCH] Minor cleanup

---
 theories/lang/memcpy.v | 1 -
 1 file changed, 1 deletion(-)

diff --git a/theories/lang/memcpy.v b/theories/lang/memcpy.v
index 4df0f9c5..dc60165b 100644
--- a/theories/lang/memcpy.v
+++ b/theories/lang/memcpy.v
@@ -32,7 +32,6 @@ Proof.
   - destruct vl1 as [|v1 vl1], vl2 as [|v2 vl2], n as [|n|]; try (discriminate || lia).
     revert Hvl1 Hvl2. intros [= Hvl1] [= Hvl2]; rewrite !own_loc_na_vec_cons. subst n.
     iDestruct "Hl1" as "[Hv1 Hl1]". iDestruct "Hl2" as "[Hv2 Hl2]".
-    Local Opaque Zminus.
     wp_read; wp_write. do 3 wp_op. iApply ("IH" with "[%] [%] Hl1 Hl2"); [lia..|].
     iIntros "!> [Hl1 Hl2]"; iApply "HΦ"; by iFrame.
 Qed.
-- 
GitLab