From 5b03ae4fa2a914c589a83add2a30549fa4847227 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 30 Jun 2020 20:26:37 +0200 Subject: global-functions: do not initialize $Sent* variables The scripts work without initialization, removing this makes sure the value is not overwritten on global functions reload. --- global-functions | 3 --- 1 file changed, 3 deletions(-) diff --git a/global-functions b/global-functions index f529511..c66f39f 100644 --- a/global-functions +++ b/global-functions @@ -13,9 +13,6 @@ # global variables not to be changed by user :global GlobalFunctionsReady false; :global Identity [ / system identity get name ]; -:global SentConfigChangesNotification "-"; -:global SentLteFirmwareUpgradeNotification "-"; -:global SentRouterosUpdateNotification "-"; # global functions :global CertificateAvailable; -- cgit v1.2.3-54-g00ecf