Remove unused variable.
This commit is contained in:
parent
8d38949442
commit
9f7f211673
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user