summaryrefslogtreecommitdiff
path: root/xmake/modules/devel/git/branches.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/modules/devel/git/branches.lua')
-rw-r--r--xmake/modules/devel/git/branches.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/modules/devel/git/branches.lua b/xmake/modules/devel/git/branches.lua
index f02ab851d..705d48153 100644
--- a/xmake/modules/devel/git/branches.lua
+++ b/xmake/modules/devel/git/branches.lua
@@ -37,7 +37,5 @@ import("ls_remote")
-- @endcode
--
function main(url)
-
- -- get branches
return ls_remote("heads", url)
end