From 73fa95c6caf7600274febaca2018261d7960c546 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 1 Dec 2020 00:32:05 +0800 Subject: remove unused options --- xmake/core/base/task.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/xmake/core/base/task.lua b/xmake/core/base/task.lua index 7a7005de0..786b43a41 100644 --- a/xmake/core/base/task.lua +++ b/xmake/core/base/task.lua @@ -46,7 +46,6 @@ function task.common_options() , {'D', "diagnosis", "k", nil, "Print lots of diagnosis information (backtrace, check info ..) only for developers." , "And we can append -v to get more whole information." , " e.g. $ xmake -vD" } - , {nil, "profile", "k", nil, "Print performance data only for developers." } , {nil, "version", "k", nil, "Print the version number and exit." } , {'h', "help", "k", nil, "Print this help message and exit." } , {} -- cgit v1.3.1