From: Florian Krohm Date: Wed, 3 Dec 2025 17:15:42 +0000 (+0000) Subject: s390: Remove unused function parameter X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fabbec1163e1f5854f5553d6b627525ec614d8b9;p=thirdparty%2Fvalgrind.git s390: Remove unused function parameter --- diff --git a/VEX/priv/host_s390_defs.c b/VEX/priv/host_s390_defs.c index 063ede22a..04b06c4cf 100644 --- a/VEX/priv/host_s390_defs.c +++ b/VEX/priv/host_s390_defs.c @@ -10620,8 +10620,7 @@ s390_insn_xassisted_emit(UChar *buf, const s390_insn *insn, The dispatch counter is a 32-bit value. */ static UChar * -s390_insn_evcheck_emit(UChar *buf, const s390_insn *insn, - VexEndness endness_host) +s390_insn_evcheck_emit(UChar *buf, const s390_insn *insn) { s390_amode *amode; UInt b, d; @@ -11060,7 +11059,7 @@ emit_S390Instr(Bool *is_profinc, UChar *buf, Int nbuf, const s390_insn *insn, break; case S390_INSN_EVCHECK: - end = s390_insn_evcheck_emit(buf, insn, endness_host); + end = s390_insn_evcheck_emit(buf, insn); break; case S390_INSN_XDIRECT: