]> Cypherpunks repositories - gostls13.git/commit
runtime: remove unused darwinVersion and getDarwinVersion
authorTobias Klauser <tklauser@distanz.ch>
Thu, 7 Jun 2018 10:17:40 +0000 (12:17 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Thu, 7 Jun 2018 13:42:50 +0000 (13:42 +0000)
commit5f2b4f26aa3ae79e6cfd3bd397d586d5a3ed9fec
tree3c4b1d2ef2fbe89e1929f3ee6ed7693524d30a72
parente5f0c1f6c9dc382bdc6a0ec1a0d5e1fc6f833485
runtime: remove unused darwinVersion and getDarwinVersion

They are unused since CL 114799.

Also remove consts _CTL_KERN and _KERN_OSRELEASE previously used by
getDarwinVersion.

Change-Id: I51b701e8effbe4dd4301b0e6d52e8885469032f4
Reviewed-on: https://go-review.googlesource.com/116955
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/os_darwin.go