Remove unused variable.

This commit is contained in:
phk 2002-12-14 19:09:37 +00:00
parent 73d38bc748
commit 98d11df096
2 changed files with 2 additions and 2 deletions

View File

@ -206,7 +206,7 @@ putc(int c)
int
main(void)
{
int autoboot, i;
int autoboot;
ino_t ino;
dmadat = (void *)(roundup2(__base + (int32_t)&_end, 0x10000) - __base);

View File

@ -206,7 +206,7 @@ putc(int c)
int
main(void)
{
int autoboot, i;
int autoboot;
ino_t ino;
dmadat = (void *)(roundup2(__base + (int32_t)&_end, 0x10000) - __base);