diff options
author | Christian Hesse <mail@eworm.de> | 2023-03-25 20:28:58 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-03-28 12:05:47 +0200 |
commit | 847f0a4564e6f2b6084d591a0e8539c080bb49bb (patch) | |
tree | 10e8cb8ce18032f91a0d57e6f2be919104d3b35c | |
parent | d700dbc00e6e22ea9521d3b359f0d3635d9af682 (diff) |
global-functions: $MkDir: drop unused function
-rw-r--r-- | global-functions.rsc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/global-functions.rsc b/global-functions.rsc index 2249fe9..416ea08 100644 --- a/global-functions.rsc +++ b/global-functions.rsc @@ -558,7 +558,6 @@ :global CleanFilePath; :global GetRandom20CharAlNum; :global LogPrintExit2; - :global RequiredRouterOS; :global WaitForFile; :set Path [ $CleanFilePath $Path ]; |