Kaydet (Commit) b2c18b7e authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#735434 Logically dead code

Change-Id: Ie81022b493accdfa300c6b962fcd438adb9ecfd7
üst 18447b04
......@@ -792,9 +792,6 @@ void T602ImportFilter::Read602()
} else {
inschr(0x8d);//inschr(' ');
if(ch == 0) node = EEND;
else if(ch == '\n') {
if(!pst.willbeeop) par602(false);
node = EOL; }
else if(ch < 32) node = SETCH;
else node = WRITE;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment