From: Michael Tremer Date: Sat, 30 Mar 2019 15:19:24 +0000 (+0100) Subject: hotplug-rename: Drop unused variable X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=729cc3a2518ac4db00dd2ab390f7d253154f3333;p=people%2Fstevee%2Fnetwork.git hotplug-rename: Drop unused variable Signed-off-by: Michael Tremer --- diff --git a/src/udev/network-hotplug-rename b/src/udev/network-hotplug-rename index 903a07ca..5f82f7cb 100644 --- a/src/udev/network-hotplug-rename +++ b/src/udev/network-hotplug-rename @@ -28,9 +28,6 @@ LOG_DISABLE_STDOUT="true" # Read network settings network_settings_read -# Setup the locking -LOCKFILE="${LOCK_DIR}/.network-rename-lock" - # Check if the INTERFACE variable is properly set. assert isset INTERFACE