The eliminated code removes the (ch == 1) branch, which is scoped within this if condition: `if (rtype == 2 && ch != 1)`, therefore the (ch == 1) branch will never be taken. |
||
---|---|---|
.. | ||
decoders | ||
gui_tk | ||
zmbv | ||
.gitignore | ||
Makefile.am |
The eliminated code removes the (ch == 1) branch, which is scoped within this if condition: `if (rtype == 2 && ch != 1)`, therefore the (ch == 1) branch will never be taken. |
||
---|---|---|
.. | ||
decoders | ||
gui_tk | ||
zmbv | ||
.gitignore | ||
Makefile.am |