ref: c5ba0314c88614cb7c7177a95917316d55dc80f4
parent: 4b9cb1eb53a95b6572ee642e8bdee4a5f30a27d9
author: Ori Bernstein <[email protected]>
date: Fri Jan 24 18:11:28 EST 2014
Remove incorrect comment.
--- a/interp.myr
+++ b/interp.myr
@@ -211,7 +211,6 @@
}
var nexttid = 0
-
const mkthread = {re, ip
var thr : rethread#
@@ -233,10 +232,6 @@
}
const thrfree = {re, thr
- /*
- free the dying thread, and shuffle the last
- thread into the it's place in the thread list
- */
trace(re, thr, "\t\tcleanup %z\n", thr.tid)
std.slfree(thr.mstart)
std.slfree(thr.mend)