From 2420926a8a38eef9131a4c3543987b92667204c1 Mon Sep 17 00:00:00 2001 From: Alex Brainman Date: Wed, 25 Mar 2015 12:00:54 +1100 Subject: [PATCH] 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 --- src/runtime/proc1.go | 4 ---- 1 file changed, 4 deletions(-) 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