[crush] Remove untested warning on Windows.

This commit is contained in:
Lorenzo Cogotti 2022-10-02 16:52:06 +02:00
parent 52ced64154
commit f6e8a29946
1 changed files with 0 additions and 4 deletions

View File

@ -51,10 +51,6 @@ local chdir
local mkdir
if is_windows then
-- ---------------
-- NOTE: untested!
-- ---------------
-- local
function is_directory(path)
local fh, _, code = io.open(path, 'r')