summaryrefslogtreecommitdiff
path: root/xmake/modules/detect/tools/gcc/features.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/modules/detect/tools/gcc/features.lua')
-rw-r--r--xmake/modules/detect/tools/gcc/features.lua6
1 files changed, 0 insertions, 6 deletions
diff --git a/xmake/modules/detect/tools/gcc/features.lua b/xmake/modules/detect/tools/gcc/features.lua
index ad4cb3214..bbb7e386b 100644
--- a/xmake/modules/detect/tools/gcc/features.lua
+++ b/xmake/modules/detect/tools/gcc/features.lua
@@ -41,11 +41,7 @@ function _get_macro_defines(snippets, extension, opt)
end
end
end
-
- -- remove files
os.tryrm(sourcefile)
-
- -- ok?
return results
end
@@ -111,8 +107,6 @@ function check_features(opt)
end
end
end
-
- -- ok?
return results
end