Remove unused variables.
This commit is contained in:
parent
0fd82cf1d7
commit
256025736c
5 changed files with 1 additions and 6 deletions
|
@ -98,14 +98,12 @@ trade_nameof(struct trdstr *tp, union trdgenstr *tgp)
|
|||
int
|
||||
trade_desc(struct trdstr *tp, union trdgenstr *tgp)
|
||||
{
|
||||
int i;
|
||||
i_type it;
|
||||
struct sctstr sect;
|
||||
struct nukstr *np;
|
||||
struct shpstr *sp;
|
||||
struct plnstr *pp;
|
||||
struct lndstr *lp;
|
||||
int needcomma;
|
||||
struct nstr_item ni;
|
||||
struct plnstr plane;
|
||||
struct lndstr land;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue