From f6e8a29946aefc65751e9524f1cda4ab93fa6552 Mon Sep 17 00:00:00 2001 From: Lorenzo Cogotti Date: Sun, 2 Oct 2022 16:52:06 +0200 Subject: [PATCH] [crush] Remove untested warning on Windows. --- crush.lua | 4 ---- 1 file changed, 4 deletions(-) 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')