Remove an unused variable.

This commit is contained in:
deischen 2005-07-29 21:49:47 +00:00
parent 3ca6ec249e
commit f0435773fa
2 changed files with 0 additions and 2 deletions

View File

@ -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));

View File

@ -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));