summaryrefslogtreecommitdiff
path: root/xmake/modules/devel/git/submodule/update.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/modules/devel/git/submodule/update.lua')
-rw-r--r--xmake/modules/devel/git/submodule/update.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/xmake/modules/devel/git/submodule/update.lua b/xmake/modules/devel/git/submodule/update.lua
index ee24bffcf..91f930b2d 100644
--- a/xmake/modules/devel/git/submodule/update.lua
+++ b/xmake/modules/devel/git/submodule/update.lua
@@ -36,11 +36,7 @@ import("lib.detect.find_tool")
-- @endcode
--
function main(opt)
-
- -- init options
opt = opt or {}
-
- -- find git
local git = assert(find_tool("git"), "git not found!")
-- init argv