(mtsymset, xutrailer, xundump1): Remove unused variables.
This commit is contained in:
parent
f5621c5a49
commit
f76a128f5c
1 changed files with 2 additions and 3 deletions
|
@ -480,7 +480,6 @@ mtsymset(int fldno, long *set)
|
||||||
{
|
{
|
||||||
struct castr *ca;
|
struct castr *ca;
|
||||||
struct symbol *symtab;
|
struct symbol *symtab;
|
||||||
int i;
|
|
||||||
|
|
||||||
ca = getfld(fldno, NULL);
|
ca = getfld(fldno, NULL);
|
||||||
if (!ca)
|
if (!ca)
|
||||||
|
@ -570,7 +569,7 @@ xuheader(FILE *fp, int expected_table)
|
||||||
static int
|
static int
|
||||||
xutrailer(FILE *fp, int type, int row)
|
xutrailer(FILE *fp, int type, int row)
|
||||||
{
|
{
|
||||||
int rows, ch, res;
|
int rows, res;
|
||||||
|
|
||||||
res = -1;
|
res = -1;
|
||||||
if (human) {
|
if (human) {
|
||||||
|
@ -654,7 +653,7 @@ xundump1(FILE *fp, int type, struct castr *ca)
|
||||||
struct empfile *ep = &empfile[type];
|
struct empfile *ep = &empfile[type];
|
||||||
int fixed_rows = has_const(ca);
|
int fixed_rows = has_const(ca);
|
||||||
int need_sentinel = !EF_IS_GAME_STATE(type);
|
int need_sentinel = !EF_IS_GAME_STATE(type);
|
||||||
int row, res, ch;
|
int row, ch;
|
||||||
|
|
||||||
for (row = 0;; ++row) {
|
for (row = 0;; ++row) {
|
||||||
ch = skipfs(fp);
|
ch = skipfs(fp);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue