diff options
| -rw-r--r-- | xmake/core/base/os.lua | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
