]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: remove obsolete comment
authorAlex Brainman <alex.brainman@gmail.com>
Wed, 25 Mar 2015 01:00:54 +0000 (12:00 +1100)
committerAlex Brainman <alex.brainman@gmail.com>
Wed, 25 Mar 2015 02:55:56 +0000 (02:55 +0000)
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>
src/runtime/proc1.go

index 1c34e4b6917b86ef6189f6e069349ac5a6e771f8..325955665b2fed5d95bc635c6a456d52b90f56a2 100644 (file)
@@ -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