]> granicus.if.org Git - nethack/commit
remove dead code from parse()
authorPatR <rankin@nethack.org>
Tue, 18 Dec 2018 10:24:19 +0000 (02:24 -0800)
committerPatR <rankin@nethack.org>
Tue, 18 Dec 2018 10:24:19 +0000 (02:24 -0800)
commit83e35a73bd818032bd606966cf0fdbd9d9463b51
treee49d1acf1b05db6064aede7a109282bee765e6cc
parentc18fa565a20119e1a3ca35cbde4822cae65cfd8d
remove dead code from parse()

From Jessie's old static analysis report.  'prezero' was used in 3.4.3
when processing a count for 'multi', but count handling is now done in
a separate routine and 'prezero' in parse() never changes value, so
get rid of it.
src/cmd.c