From: Yu Watanabe Date: Mon, 11 Feb 2019 12:29:00 +0000 (+0900) Subject: test-network: drop unused variable X-Git-Tag: v242-rc1~303^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3b51bbe135b1143347367057415edf163b99b249;p=thirdparty%2Fsystemd.git test-network: drop unused variable --- diff --git a/test/test-network/systemd-networkd-tests.py b/test/test-network/systemd-networkd-tests.py index 1fc7094d281..143fba20fba 100755 --- a/test/test-network/systemd-networkd-tests.py +++ b/test/test-network/systemd-networkd-tests.py @@ -86,8 +86,6 @@ def tearDownModule(): subprocess.check_call('systemctl start systemd-networkd.service', shell=True) class Utilities(): - dhcp_server_data = [] - def read_link_attr(self, link, dev, attribute): with open(os.path.join(os.path.join(os.path.join('/sys/class/net/', link), dev), attribute)) as f: return f.readline().strip()