submod, remove useless usage of `submod' (submod === NULL), EXACT
This commit is contained in:
parent
536bf69a24
commit
f048ead53a
|
|
@ -437,8 +437,6 @@ doit(struct line *deck) {
|
||||||
fprintf(cp_err, "Error: no %s line.\n", sbend);
|
fprintf(cp_err, "Error: no %s line.\n", sbend);
|
||||||
return (NULL);
|
return (NULL);
|
||||||
}
|
}
|
||||||
wl_free(submod);
|
|
||||||
submod = NULL;
|
|
||||||
|
|
||||||
/* Here we loop through the deck looking for .subckt and .ends cards.
|
/* Here we loop through the deck looking for .subckt and .ends cards.
|
||||||
* At the end of this section, last will point to the location of the
|
* At the end of this section, last will point to the location of the
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue