Remove redundant statement in DSNLEXER::PopReader

This commit is contained in:
Konrad Beckmann 2017-04-12 22:01:07 +02:00 committed by Wayne Stambaugh
parent 117faf898f
commit c4ea54227e
1 changed files with 0 additions and 1 deletions

View File

@ -224,7 +224,6 @@ LINE_READER* DSNLEXER::PopReader()
reader = 0;
start = dummy;
limit = dummy;
limit = dummy;
}
}
return ret;