summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libkse/arch/i386/i386/pthread_md.c1
-rw-r--r--lib/libpthread/arch/i386/i386/pthread_md.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/libkse/arch/i386/i386/pthread_md.c b/lib/libkse/arch/i386/i386/pthread_md.c
index 5c85fe0..cbea6d4 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 5c85fe0..cbea6d4 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));
OpenPOWER on IntegriCloud