subckt.c, doit(), drop redundant assignment

This commit is contained in:
rlar 2014-07-17 18:53:04 +02:00
parent d6106cfbfc
commit 73935377ff
1 changed files with 0 additions and 1 deletions

View File

@ -632,7 +632,6 @@ doit(struct line *deck, wordlist *modnames) {
}
while (lcc->li_next)
lcc = lcc->li_next;
lcc->li_next = c->li_next;
lcc->li_next = savenext;
}
c = lcc->li_next;