unit_move() dead 'pcity' assignment
As noted by clang analyzer, first 'pcity' assignment in unit_move(), line 4144, is dead code. The value is never read from 'pcity' (though it's used directly as the if() condition)
As noted by clang analyzer, first 'pcity' assignment in unit_move(), line 4144, is dead code. The value is never read from 'pcity' (though it's used directly as the if() condition)