redundantInitialization

This commit is contained in:
gtsoul-tech
2024-04-24 12:40:55 +03:00
parent 3ced2f7ebf
commit 31fdb430ec
3 changed files with 9 additions and 9 deletions

View File

@@ -1572,7 +1572,7 @@ u32 findMaxVarShift(const build_info &args, u32 nShifts) {
static
int getLimexScore(const build_info &args, u32 nShifts) {
const NGHolder &h = args.h;
u32 maxVarShift = nShifts;
u32 maxVarShift;
int score = 0;
score += SHIFT_COST * nShifts;