Remove unused variables.

This commit is contained in:
John Baldwin 2004-03-11 18:50:05 +00:00
parent 316f8263dd
commit c686ba3b94
4 changed files with 1 additions and 8 deletions

View File

@ -814,9 +814,6 @@ installConfigure(void)
int
installFixupBase(dialogMenuItem *self)
{
Device **devs;
char *cp;
int i;
FILE *fp;
int kstat = 1;

View File

@ -521,7 +521,7 @@ distExtractTarball(char *path, char *dist, char *my_dir, int is_base)
{
char *buf = NULL, fname[PATH_MAX];
struct timeval start, stop;
int i, j, status, total, intr;
int j, status, total, intr;
int cpid, zpid, fd2, chunk, numchunks;
properties dist_attr = NULL;
const char *tmp;

View File

@ -814,9 +814,6 @@ installConfigure(void)
int
installFixupBase(dialogMenuItem *self)
{
Device **devs;
char *cp;
int i;
FILE *fp;
int kstat = 1;

View File

@ -557,7 +557,6 @@ netconfig:
if (!cancel) {
DevInfo *di;
char temp[512], ifn[255];
char *pccard;
int ipv4_enable = FALSE;
if (hostname[0]) {