1
0
mirror of https://github.com/eworm-de/routeros-scripts.git synced 2024-05-11 05:55:19 +00:00

global-functions: $MkDir: drop declaration of unused functions

This commit is contained in:
Christian Hesse
2024-01-31 15:34:40 +01:00
parent ed28ade712
commit b548ffee59

View File

@@ -713,9 +713,7 @@
:set MkDir do={
:local Path [ :tostr $1 ];
:global CharacterReplace;
:global CleanFilePath;
:global GetRandom20CharAlNum;
:global LogPrintExit2;
:global WaitForFile;