From: Paul Floyd Date: Sun, 24 Aug 2025 14:20:18 +0000 (+0200) Subject: Darwin: fix a warning, unused local X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b61816e4fe6b8884fb75f936599c57898ed49a17;p=thirdparty%2Fvalgrind.git Darwin: fix a warning, unused local --- diff --git a/coregrind/m_syswrap/syswrap-darwin.c b/coregrind/m_syswrap/syswrap-darwin.c index a9fed60de..ba90495bb 100644 --- a/coregrind/m_syswrap/syswrap-darwin.c +++ b/coregrind/m_syswrap/syswrap-darwin.c @@ -9891,7 +9891,6 @@ POST(fstatat64) PRE(readlinkat) { - Word saved = SYSNO; Int arg_1 = (Int)ARG1; const HChar *path = (const HChar*)ARG2; PRINT("readlinkat ( %ld, %#lx(%s), %#lx, %ld )",