diff options
Diffstat (limited to 'xmake/core/sandbox/modules/utils.lua')
| -rw-r--r-- | xmake/core/sandbox/modules/utils.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xmake/core/sandbox/modules/utils.lua b/xmake/core/sandbox/modules/utils.lua index 8492b1302..4dac4a91e 100644 --- a/xmake/core/sandbox/modules/utils.lua +++ b/xmake/core/sandbox/modules/utils.lua @@ -174,8 +174,6 @@ end -- assert function sandbox_utils.assert(value, format, ...) - - -- check if not value then if format ~= nil then os.raiselevel(2, format, ...) @@ -183,8 +181,6 @@ function sandbox_utils.assert(value, format, ...) os.raiselevel(2, "assertion failed!") end end - - -- return it return value end |
