From dd8ae9c540d5da04a8ffc8a030dfbbd53b26daa9 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 27 Feb 2016 20:11:22 +0800 Subject: add raise interfaces for os --- xmake/core/base/utils.lua | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'xmake/core/base/utils.lua') diff --git a/xmake/core/base/utils.lua b/xmake/core/base/utils.lua index f0664f294..a73034261 100644 --- a/xmake/core/base/utils.lua +++ b/xmake/core/base/utils.lua @@ -56,16 +56,6 @@ function utils.error(msg, ...) print("error: " .. string.format(msg, ...)) end --- the abort function, will raise an exception --- and the parent function can capture it --- --- so we do not use os.exit() -function utils.abort() - - -- trace - error() -end - -- the warning function function utils.warning(msg, ...) -- cgit v1.3.1