mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 20:56:42 +00:00
remove mobile workaround
This commit is contained in:
parent
46b71b87df
commit
8614fa23dd
1 changed files with 0 additions and 6 deletions
|
|
@ -746,12 +746,6 @@ func archiveBasename(arch string, archiveVersion string) string {
|
|||
if arch == "arm" {
|
||||
platform += os.Getenv("GOARM")
|
||||
}
|
||||
if arch == "android" {
|
||||
platform = "android-all"
|
||||
}
|
||||
if arch == "ios" {
|
||||
platform = "ios-all"
|
||||
}
|
||||
return platform + "-" + archiveVersion
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue