Remove unused variables.
This commit is contained in:
parent
f167692215
commit
9cef000008
@ -143,7 +143,7 @@ bi_load32(char *args, int *howtop, int *bootdevp, vm_offset_t *bip, vm_offset_t
|
||||
vm_offset_t size;
|
||||
vm_offset_t ssym, esym;
|
||||
char *rootdevname;
|
||||
int bootdevnr, i, howto;
|
||||
int bootdevnr, howto;
|
||||
char *kernelname;
|
||||
const char *kernelpath;
|
||||
|
||||
|
@ -50,7 +50,6 @@ userboot_copyout(vm_offset_t va, void *dst, size_t len)
|
||||
ssize_t
|
||||
userboot_readin(int fd, vm_offset_t va, size_t len)
|
||||
{
|
||||
void *pa;
|
||||
ssize_t res, s;
|
||||
size_t sz;
|
||||
char buf[4096];
|
||||
|
Loading…
x
Reference in New Issue
Block a user