diff options
| author | David Xu <davidxu@FreeBSD.org> | 2005-04-23 03:34:43 +0000 |
|---|---|---|
| committer | David Xu <davidxu@FreeBSD.org> | 2005-04-23 03:34:43 +0000 |
| commit | ff87e1a6ba0e1dd31ec9e34952677edde783088f (patch) | |
| tree | d2bfb32638c1d2a6f1859f455e4b3445cbcb4018 /lib/libthr | |
| parent | a364e127e3a184adb87cbf2530a56d39294dfbba (diff) | |
Notes
Diffstat (limited to 'lib/libthr')
| -rw-r--r-- | lib/libthr/arch/i386/i386/pthread_md.c | 1 |
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 82074b6c9d37..e99e189b7054 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)); |
