Skip to content

Commit

Permalink
Remove duplicate AddOperation to registry (#2664)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Kula <matt@theathletic.com>
  • Loading branch information
matthewrkula authored Aug 21, 2021
1 parent cc335ea commit b2da957
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ static EVM london(final GasCalculator gasCalculator, final BigInteger chainId) {
private static void registerFrontierOpcodes(
final OperationRegistry registry, final GasCalculator gasCalculator) {
registry.put(new AddOperation(gasCalculator));
registry.put(new AddOperation(gasCalculator));
registry.put(new MulOperation(gasCalculator));
registry.put(new SubOperation(gasCalculator));
registry.put(new DivOperation(gasCalculator));
Expand Down

0 comments on commit b2da957

Please sign in to comment.