summaryrefslogtreecommitdiffstats
path: root/lib/libthr
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libthr')
-rw-r--r--lib/libthr/arch/i386/i386/pthread_md.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libthr/arch/i386/i386/pthread_md.c b/lib/libthr/arch/i386/i386/pthread_md.c
index 82074b6..e99e189 100644
--- a/lib/libthr/arch/i386/i386/pthread_md.c
+++ b/lib/libthr/arch/i386/i386/pthread_md.c
@@ -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));
OpenPOWER on IntegriCloud