Remove an unused variable.
This commit is contained in:
parent
3ca6ec249e
commit
f0435773fa
@ -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));
|
||||
|
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user