From 6df4a9012f03af16779ae4172831367881b4090b Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Tue, 24 Jan 2017 09:33:26 +0100 Subject: Remove an unused variable. --- tools/compileconfig.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/compileconfig.py') diff --git a/tools/compileconfig.py b/tools/compileconfig.py index 47da7f6..f8d1d39 100755 --- a/tools/compileconfig.py +++ b/tools/compileconfig.py @@ -325,7 +325,6 @@ def gen_config(nodename, config, localconfig): allowed_clients += allowed_clients_signing(frontendnodenames, primarymergenodename) services = [Symbol("sign")] if "mergenodes" in nodetype: - storagenodenames = [node["name"] for node in config["storagenodes"]] plopconfig.append((Symbol("storage_nodes"), storagenodeaddresses)) plopconfig.append((Symbol("storage_nodes_quorum"), config["storage-quorum-size"])) services.add(Symbol("ht")) -- cgit v1.1