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={ :set MkDir do={
:local Path [ :tostr $1 ]; :local Path [ :tostr $1 ];
:global CharacterReplace;
:global CleanFilePath; :global CleanFilePath;
:global GetRandom20CharAlNum;
:global LogPrintExit2; :global LogPrintExit2;
:global WaitForFile; :global WaitForFile;