Skip to content
  • Sean McBride's avatar
    Fixed clang analyzer warning about 2 dead stores. · cbf8c3ab
    Sean McBride authored
    First store is useless because 'continue' statement results in it being overwritten in the next loop.  Second is useless because value is always overwritten later before it's read.
    
    Change-Id: Ibd5f44dc52a0e58559e4a096743fc78a509fac4d
    cbf8c3ab