(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
|
||||
xuheader(FILE *fp, int expected_table, struct value values[])
|
||||
xuheader(FILE *fp, int expected_table)
|
||||
{
|
||||
char name[64];
|
||||
struct empfile *ep;
|
||||
|
@ -601,7 +601,7 @@ xundump(FILE *fp, char *file, int expected_table)
|
|||
} else
|
||||
lineno++;
|
||||
|
||||
if ((type = xuheader(fp, expected_table, values)) == -1)
|
||||
if ((type = xuheader(fp, expected_table)) == -1)
|
||||
return -1;
|
||||
|
||||
ep = &empfile[type];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue