summaryrefslogtreecommitdiff
path: root/xmake/modules/lib/detect/has_features.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/modules/lib/detect/has_features.lua')
-rw-r--r--xmake/modules/lib/detect/has_features.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/modules/lib/detect/has_features.lua b/xmake/modules/lib/detect/has_features.lua
index 12553ea71..e55f2e21f 100644
--- a/xmake/modules/lib/detect/has_features.lua
+++ b/xmake/modules/lib/detect/has_features.lua
@@ -52,7 +52,5 @@ function main(name, features, opt)
table.insert(results, feature)
end
end
-
- -- ok?
return results
end