Skip to content

Commit

Permalink
Minor fixes sonarcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerTaule committed Jul 2, 2024
1 parent 03995ec commit 9ff3720
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/pil_info/codegen.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function pilCodeGen(ctx, expressions, expId, prime) {

if (ctx.calculated[primeIdx][expId]) return;

calculateDeps(ctx, expressions, expressions[expId], prime, expId);
calculateDeps(ctx, expressions, expressions[expId], prime);

const codeCtx = {
pil: ctx.pil,
Expand Down
3 changes: 0 additions & 3 deletions src/stark/chelpers/getParserArgs.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,6 @@ module.exports.getParserArgs = function getParserArgs(starkInfo, operations, cod
}
break;
}
case "f": {
break;
}
default: throw new Error("Invalid reference type set: " + r.dest.type);
}
}
Expand Down

0 comments on commit 9ff3720

Please sign in to comment.