From: Luca Boccassi Date: Mon, 8 Dec 2025 17:06:43 +0000 (+0000) Subject: test-network: drop unused variable X-Git-Tag: v259-rc3~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afcc0ca5098c9c68f33087af3548d82d86966d98;p=thirdparty%2Fsystemd.git test-network: drop unused variable Follow-up for e2fbcee030ca13db252105b00b89af13591e4465 --- diff --git a/test/test-network/systemd-networkd-tests.py b/test/test-network/systemd-networkd-tests.py index 6477510e117..3cd2838cad9 100755 --- a/test/test-network/systemd-networkd-tests.py +++ b/test/test-network/systemd-networkd-tests.py @@ -8630,7 +8630,6 @@ class NetworkdDHCPClientTests(unittest.TestCase, Utilities): start_networkd() self.wait_online('veth-peer:carrier') - masq = lambda bs: ':'.join(f'{b:02x}' for b in bs) start_dnsmasq('--dhcp-option=114,http://|invalid/url', '--dhcp-option=option6:103,http://|invalid/url')