From fad8a43974ce5ca9f92aff9da885153ff39cd0e7 Mon Sep 17 00:00:00 2001 From: Conrad Lara - KG6JEI Date: Sun, 6 Mar 2016 23:38:00 -0800 Subject: [PATCH] cleanup: Resolve "used once" warning. --- files/usr/local/bin/bbhn-postupgrade | 1 - 1 file changed, 1 deletion(-) diff --git a/files/usr/local/bin/bbhn-postupgrade b/files/usr/local/bin/bbhn-postupgrade index 342b5cdf..7a85a6db 100755 --- a/files/usr/local/bin/bbhn-postupgrade +++ b/files/usr/local/bin/bbhn-postupgrade @@ -12,7 +12,6 @@ if ( ! $needsrun ){ #Prep some variables $node = nvram_get("node"); -$tactical = nvram_get("tactical"); $mac2 = mac2ip(get_mac(get_interface("wifi")), 0); $dtdmac = mac2ip(get_mac(get_interface("lan")), 0);