Skip to content

Commit 6b2ca64

Browse files
committed
cleanup
1 parent 668b812 commit 6b2ca64

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Tools/TraceContract/Output.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,6 @@ public void LogSlotReservationsFull(RequestEvent requestEvent, BigInteger slotIn
8686
Add(requestEvent.Block.Utc, $"Slot reservations full. Index: {slotIndex}");
8787
}
8888

89-
public void LogReserveSlotCalls(ReserveSlotFunction[] reserveSlotFunctions)
90-
{
91-
foreach (var call in reserveSlotFunctions) LogReserveSlotCall(call);
92-
}
93-
9489
public void WriteContractEvents()
9590
{
9691
var sorted = entries.OrderBy(e => e.Utc).ToArray();

0 commit comments

Comments
 (0)