Skip to content

Redundant condition #93

@PHackett

Description

@PHackett

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions