mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Remove an unused variable.
This commit is contained in:
parent
af3e19a68c
commit
e059b9ce6c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=148544
@ -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