Kaydet (Commit) 360e139e authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1326130 Logically dead code

Change-Id: I77453452183c0f3cb9b3a03c37142264d49a7d3a
üst f3b97a1e
...@@ -541,10 +541,7 @@ Label_fallback_to_unambiguous: ...@@ -541,10 +541,7 @@ Label_fallback_to_unambiguous:
case fraction: case fraction:
eState = done; eState = done;
break; break;
case year: default:
case done:
case blank:
case stop:
rError = nStringNoValueError; rError = nStringNoValueError;
break; break;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment