mirror of
https://github.com/golang/go
synced 2024-11-19 03:04:42 -07:00
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 <minux@golang.org>
This commit is contained in:
parent
e89fdb8259
commit
2420926a8a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user