summaryrefslogtreecommitdiff
path: root/xmake/core/project/project.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/core/project/project.lua')
-rw-r--r--xmake/core/project/project.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/core/project/project.lua b/xmake/core/project/project.lua
index 1e0403fc3..ec68d3ba1 100644
--- a/xmake/core/project/project.lua
+++ b/xmake/core/project/project.lua
@@ -783,7 +783,6 @@ end
-- get requires info
function project.requires()
-
if not project._REQUIRES then
local requires, errors = project._load_requires()
if not requires then