coverity#1242781 Unused Value
commit0610d77429a75d2eacb637582d8e19ebc6dc871c
authorNorbert Thiebaud <nthiebaud@gmail.com>
Sat, 4 Oct 2014 02:48:16 +0000 (3 21:48 -0500)
committerNorbert Thiebaud <nthiebaud@gmail.com>
Sat, 4 Oct 2014 13:58:10 +0000 (4 08:58 -0500)
tree859147c52ddad183833a3cb31844441440acea26
parentef24a18e362c12bbf79f19396c4916e47b812391
coverity#1242781 Unused Value

if nLen2 is 0 then bNextNum is set and nLen1 is then 0, and the if(nLen1 || nLen2)
can only be true if nLen2 is non zero and bNextNum
get overriden...
so the line bNextNum = !bLastAlp is useless.

Change-Id: Ice62562bf321e5389f2118677e72d1b421816858
sc/source/core/tool/compiler.cxx