-
Notifications
You must be signed in to change notification settings - Fork 52
Closed
Description
| else if(way == ::std::ios_base::beg) |
Line 127 is -
else if(way == ::std::ios_base::beg)
It is followed on line 129 -
else if(way != ::std::ios_base::beg)
Which, of course is always true given the previous test. This "impossible-redundant-condition" was spotted by a source analyser I used.
Metadata
Metadata
Assignees
Labels
No labels