Remove unused variable.

This commit is contained in:
davidxu 2005-04-23 03:34:43 +00:00
parent 8d38949442
commit 9f7f211673

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));