Skip to content

Commit

Permalink
Removing unused constructor call
Browse files Browse the repository at this point in the history
  • Loading branch information
nagarev committed Jan 26, 2022
1 parent 822a41d commit 61bd55c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,13 @@ public class ProgramTraceProcessor {

private final Map<Keccak256, ProgramTrace> traces = new HashMap<>();

private TraceOptions traceOptions;
private final TraceOptions traceOptions;

public ProgramTraceProcessor() {
traceOptions = new TraceOptions();
}

public ProgramTraceProcessor(TraceOptions options) {
this();
traceOptions = options;
}

Expand Down

0 comments on commit 61bd55c

Please sign in to comment.