Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 797b77c

Browse files
committedAug 20, 2019
chore: remove unused x64 arch coversion
1 parent f97c8f7 commit 797b77c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎snapshot/android/snapshot-generator.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ SnapshotGenerator.prototype.convertToAndroidArchName = function (archName) {
102102
case "arm64": return "arm64-v8a";
103103
case "ia32": return "x86";
104104
case "ia64": return "x86_64";
105-
case "x64": return "x64";
106105
default: return archName;
107106
}
108107
}

0 commit comments

Comments
 (0)
This repository has been archived.