Remove unused variables.
This commit is contained in:
parent
316f8263dd
commit
c686ba3b94
@ -814,9 +814,6 @@ installConfigure(void)
|
||||
int
|
||||
installFixupBase(dialogMenuItem *self)
|
||||
{
|
||||
Device **devs;
|
||||
char *cp;
|
||||
int i;
|
||||
FILE *fp;
|
||||
int kstat = 1;
|
||||
|
||||
|
@ -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;
|
||||
|
@ -814,9 +814,6 @@ installConfigure(void)
|
||||
int
|
||||
installFixupBase(dialogMenuItem *self)
|
||||
{
|
||||
Device **devs;
|
||||
char *cp;
|
||||
int i;
|
||||
FILE *fp;
|
||||
int kstat = 1;
|
||||
|
||||
|
@ -557,7 +557,6 @@ netconfig:
|
||||
if (!cancel) {
|
||||
DevInfo *di;
|
||||
char temp[512], ifn[255];
|
||||
char *pccard;
|
||||
int ipv4_enable = FALSE;
|
||||
|
||||
if (hostname[0]) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user