Skip to content
Snippets Groups Projects
Commit a30adad4 authored by Sven M. Hallberg's avatar Sven M. Hallberg
Browse files

remove an unreachable case

Replace it with an assert. This case could never occur because it tests
precisely the loop condition and there are no break statements in the loop.

This was the only use of the 'err' label, so that can go. The code under it
remains the fall-through case for 'err0', i.e. the actual error (parse failure)
case.
parent 46164756
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment