From 4abf3c141a2cd43a78a96d05604b6d95550569e6 Mon Sep 17 00:00:00 2001 From: Caleb Kiage <747955+calebkiage@users.noreply.github.com> Date: Fri, 14 Jul 2023 00:20:48 +0300 Subject: Update os.lua --- xmake/core/base/os.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/xmake/core/base/os.lua b/xmake/core/base/os.lua index a8659d4f2..bb2ebec53 100644 --- a/xmake/core/base/os.lua +++ b/xmake/core/base/os.lua @@ -1002,7 +1002,6 @@ end -- get the system null device function os.nuldev(input) - -- mingw and cygwin have /dev/null if input then if os.host() == "windows" then -- init the input nuldev -- cgit v1.3.1