From: Ian Lance Taylor Date: Mon, 16 Sep 2013 20:19:32 +0000 (-0700) Subject: cmd/cgo: remove inaccurate comment X-Git-Tag: go1.2rc2~194 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=5ffc0f8fbbde7306cdac750b4ce74841ba650e97;p=gostls13.git cmd/cgo: remove inaccurate comment All these features have in fact been implemented. R=rsc CC=golang-dev https://golang.org/cl/13419049 --- diff --git a/src/cmd/cgo/doc.go b/src/cmd/cgo/doc.go index b3e11e4c03..6ceb3bd3d2 100644 --- a/src/cmd/cgo/doc.go +++ b/src/cmd/cgo/doc.go @@ -463,8 +463,6 @@ and libcgo_thread_start to a gcc-compiled function that can be used to create a new thread, in place of the runtime's usual direct system calls. -[NOTE: From here down is planned but not yet implemented.] - Internal and External Linking The text above describes "internal" linking, in which 6l parses and