1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-18 02:19:39 +00:00

Remove an unused variable.

This commit is contained in:
Daniel Eischen 2005-07-29 21:49:47 +00:00
parent af3e19a68c
commit e059b9ce6c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=148544
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));