From e059b9ce6c3dcfa54b3d7f9060d92c2b92a8b1c5 Mon Sep 17 00:00:00 2001 From: Daniel Eischen Date: Fri, 29 Jul 2005 21:49:47 +0000 Subject: [PATCH] Remove an unused variable. --- lib/libkse/arch/i386/i386/pthread_md.c | 1 - lib/libpthread/arch/i386/i386/pthread_md.c | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/libkse/arch/i386/i386/pthread_md.c b/lib/libkse/arch/i386/i386/pthread_md.c index 5c85fe0fcd14..cbea6d4f6af1 100644 --- a/lib/libkse/arch/i386/i386/pthread_md.c +++ b/lib/libkse/arch/i386/i386/pthread_md.c @@ -75,7 +75,6 @@ _tcb_dtor(struct tcb *tcb) struct kcb * _kcb_ctor(struct kse *kse) { - void *base; struct kcb *kcb; kcb = malloc(sizeof(struct kcb)); diff --git a/lib/libpthread/arch/i386/i386/pthread_md.c b/lib/libpthread/arch/i386/i386/pthread_md.c index 5c85fe0fcd14..cbea6d4f6af1 100644 --- a/lib/libpthread/arch/i386/i386/pthread_md.c +++ b/lib/libpthread/arch/i386/i386/pthread_md.c @@ -75,7 +75,6 @@ _tcb_dtor(struct tcb *tcb) struct kcb * _kcb_ctor(struct kse *kse) { - void *base; struct kcb *kcb; kcb = malloc(sizeof(struct kcb));