]> Cypherpunks repositories - gostls13.git/commit
runtime/cgo: remove TMPDIR logic for iOS
authorDavid Crawshaw <crawshaw@golang.org>
Mon, 27 Jul 2015 20:40:40 +0000 (16:40 -0400)
committerDavid Crawshaw <crawshaw@golang.org>
Mon, 27 Jul 2015 21:28:31 +0000 (21:28 +0000)
commit249894ab6c4d8439e7fd47ca55ba618d636ab239
tree486dd0ec795fd27cc7aa349bbabeea5496422c57
parentc1f7a56fc05584b931c979779dd086c417b50dcb
runtime/cgo: remove TMPDIR logic for iOS

Seems like the simplest solution for 1.5. All the parts of the test
suite I can run on my current device (for which my exception handler
fix no longer works, apparently) pass without this code. I'll move it
into x/mobile/app.

Fixes #11884

Change-Id: I2da40c8c7b48a4c6970c4d709dd7c148a22e8727
Reviewed-on: https://go-review.googlesource.com/12721
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/cgo/tmpdir_darwin.go [deleted file]