libthreads: remove superfluous code
authorBrian Norris <banorris@uci.edu>
Thu, 8 Mar 2012 23:32:23 +0000 (15:32 -0800)
committerBrian Norris <banorris@uci.edu>
Thu, 8 Mar 2012 23:32:23 +0000 (15:32 -0800)
The thread.started field is unnecessary for now.

The initial getcontext() call is unecessary as well. swapcontext() is
better for most instances where we are not creating a new thread.

Remove question mark ('?') from last statement.


No differences found