Remove unused variables and such. No functional changes.
This commit is contained in:
parent
245b5a21e2
commit
91cc2ddc42
6 changed files with 2 additions and 6 deletions
|
@ -200,7 +200,6 @@ grab_sect(register struct sctstr *sp, natid to)
|
|||
struct plnstr *pp;
|
||||
struct lndstr *lp;
|
||||
struct nukstr *np;
|
||||
int oldche;
|
||||
struct nstr_item ni;
|
||||
struct plnstr p;
|
||||
struct lndstr l;
|
||||
|
|
|
@ -74,7 +74,6 @@ spy(void)
|
|||
int i;
|
||||
coord *table; /* sectors already seen */
|
||||
int t_len = 0;
|
||||
int vec[I_MAX + 1];
|
||||
int nrecon;
|
||||
int nunits;
|
||||
struct nstr_sect nstr;
|
||||
|
|
|
@ -125,7 +125,6 @@ work(void)
|
|||
static int
|
||||
buildeff(struct sctstr *sp, int work, double *money)
|
||||
{
|
||||
int vec[I_MAX + 1];
|
||||
register int work_cost;
|
||||
int n, hcms, lcms;
|
||||
int effdone = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue