Remove os.windows.x86_64 from list of valid archs

This commit is contained in:
Sashko Stubailo
2015-01-20 21:08:45 -08:00
committed by Slava Kim
parent 0b4993ade1
commit ffe1353c55

View File

@@ -36,7 +36,6 @@ var VALID_ARCHITECTURES = {
"os.osx.x86_64": true,
"os.linux.x86_64": true,
"os.linux.x86_32": true,
"os.windows.x86_64": true,
"os.windows.x86_32": true
};