summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-03-07 12:01:16 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-03-07 12:19:27 +0000
commitb2c18b7eb7581a41ff51191b2a65e531429ce23a (patch)
tree187c3906dd8c84c8fd4431b633706c58ef0592da /filter
parent18447b0464c24acc94350d4a78d26a06e1dd3235 (diff)
coverity#735434 Logically dead code
Change-Id: Ie81022b493accdfa300c6b962fcd438adb9ecfd7
Diffstat (limited to 'filter')
-rw-r--r--filter/source/t602/t602filter.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/filter/source/t602/t602filter.cxx b/filter/source/t602/t602filter.cxx
index 1d9550dcc856..98b6b257bfc3 100644
--- a/filter/source/t602/t602filter.cxx
+++ b/filter/source/t602/t602filter.cxx
@@ -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;
}