Commit 2420926a authored by Alex Brainman's avatar Alex Brainman

runtime: remove obsolete comment

We do not use SEH to handle Windows exception anymore.

Change-Id: I0ac807a0fed7a5b4c745454246764c524460472b
Reviewed-on: https://go-review.googlesource.com/8071Reviewed-by: 's avatarMinux Ma <minux@golang.org>
parent e89fdb82
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment