diff --git a/crush.lua b/crush.lua index 7727896..9b3182f 100644 --- a/crush.lua +++ b/crush.lua @@ -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')