doit, drop unused `gotone' assignment
This commit is contained in:
parent
1be324ca38
commit
74ec911f01
|
|
@ -440,7 +440,6 @@ doit(struct line *deck) {
|
|||
lcc = NULL;
|
||||
wl_free(submod);
|
||||
submod = NULL;
|
||||
gotone = FALSE;
|
||||
|
||||
/* 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
|
||||
|
|
|
|||
Loading…
Reference in New Issue