(xuheader): Remove values[], not used.
This commit is contained in:
parent
f438b74e85
commit
79f672969b
1 changed files with 2 additions and 2 deletions
|
@ -496,7 +496,7 @@ xuloadrow(int type, int row, struct value values[])
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
static int
|
||||||
xuheader(FILE *fp, int expected_table, struct value values[])
|
xuheader(FILE *fp, int expected_table)
|
||||||
{
|
{
|
||||||
char name[64];
|
char name[64];
|
||||||
struct empfile *ep;
|
struct empfile *ep;
|
||||||
|
@ -601,7 +601,7 @@ xundump(FILE *fp, char *file, int expected_table)
|
||||||
} else
|
} else
|
||||||
lineno++;
|
lineno++;
|
||||||
|
|
||||||
if ((type = xuheader(fp, expected_table, values)) == -1)
|
if ((type = xuheader(fp, expected_table)) == -1)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
ep = &empfile[type];
|
ep = &empfile[type];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue