Remove unused variable.

This commit is contained in:
David Xu 2005-04-23 03:34:43 +00:00
parent a364e127e3
commit ff87e1a6ba
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=145438

View File

@ -40,7 +40,6 @@ _tcb_ctor(struct pthread *thread, int initial)
{
struct tcb *tcb;
void *oldtls;
int error;
if (initial)
__asm __volatile("movl %%gs:0, %0" : "=r" (oldtls));