Skip to content

Commit cec6f80

Browse files
committed
fix+++
1 parent 28e170d commit cec6f80

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

win32.cjs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ const amx = [
1919
*/
2020
const allCombinations = generateAllCombinations(avx, amx);
2121

22-
allCombinations.push([["-none", ""]]);
23-
allCombinations.push([
24-
["-univ", avx.map((x) => x[1]).join(" ")],
25-
["-famx", amx.map((x) => x[1]).join(" ")],
26-
]);
27-
2822
// { flags: string, suffix: string }
2923
const out = [];
3024

0 commit comments

Comments
 (0)