Skip to content

Commit

Permalink
rm SyncRequestQueueItem (#6941)
Browse files Browse the repository at this point in the history
  • Loading branch information
agnxsh authored Feb 20, 2025
1 parent 8c1bfce commit 337a36d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions beacon_chain/sync/sync_queue.nim
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ type
data*: SyncRange
item*: T

SyncRequestQueueItem*[T] = object
requests: seq[SyncRequest[T]]
data: SyncRange

SyncQueueItem[T] = object
requests: seq[SyncRequest[T]]
data: SyncRange
Expand Down

0 comments on commit 337a36d

Please sign in to comment.