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)
commit0b930bb715fcfc231ee297ac2294c7f9402337b7
treeba21494779c5f3bf36b0ccb61d3cd3805559f1f0
parent81c2438e63fc3b6c420d995e807dc640ebd1cd9e
libthreads: remove superfluous code

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.
libthreads.c