From f66d0c2024966c76fee5f1f1ca73e9148c2fe4a2 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Thu, 4 Dec 2025 08:39:52 -0500 Subject: [PATCH] Remove unused variable It was introduced (unused) in b8db58a230959585880e15c097851c5139d90f45 Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- regression-tests.dnsdist/dnscrypt.py | 1 - 1 file changed, 1 deletion(-) diff --git a/regression-tests.dnsdist/dnscrypt.py b/regression-tests.dnsdist/dnscrypt.py index 7fed0c4050..0153677b20 100644 --- a/regression-tests.dnsdist/dnscrypt.py +++ b/regression-tests.dnsdist/dnscrypt.py @@ -208,7 +208,6 @@ class DNSCryptClient(object): raise Exception("Invalid encrypted response: invalid padding") idx -= 1 - paddingLen = len(cleartextBytes) - idx return cleartext[:idx+1] -- 2.47.3