Skip to content

Commit

Permalink
CID 34759: Logically dead code (DEADCODE)
Browse files Browse the repository at this point in the history
dead_error_line: Execution cannot reach this statement: case Bad:.
  • Loading branch information
hallarempt committed Sep 26, 2019
1 parent ebe6241 commit eb4a1a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/flake/svg/SvgCssHelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,6 @@ class SvgCssHelper::Private
tokenList.append(CssToken(SelectorToken, simpleSelector));
}
break;
case Bad:
default:
break;
}
Expand Down

0 comments on commit eb4a1a3

Please sign in to comment.