From: Alex Brainman Date: Wed, 25 Mar 2015 01:00:54 +0000 (+1100) Subject: runtime: remove obsolete comment X-Git-Tag: go1.5beta1~1434 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=2420926a8a38eef9131a4c3543987b92667204c1;p=gostls13.git runtime: remove obsolete comment We do not use SEH to handle Windows exception anymore. Change-Id: I0ac807a0fed7a5b4c745454246764c524460472b Reviewed-on: https://go-review.googlesource.com/8071 Reviewed-by: Minux Ma --- diff --git a/src/runtime/proc1.go b/src/runtime/proc1.go index 1c34e4b691..325955665b 100644 --- a/src/runtime/proc1.go +++ b/src/runtime/proc1.go @@ -738,10 +738,6 @@ func mstart1() { _g_.m.nextp = nil } schedule() - - // TODO(brainman): This point is never reached, because scheduler - // does not release os threads at the moment. But once this path - // is enabled, we must remove our seh here. } // When running with cgo, we call _cgo_thread_start