remove potentially GC leak-inducing acyclicity tag
This commit is contained in:
parent
9c37c7ba26
commit
a58d45b737
|
@ -154,7 +154,7 @@ type
|
|||
slots*: uint64 # number of slots that are suspected missing
|
||||
tries*: int
|
||||
|
||||
BlockRef* {.acyclic.} = ref object
|
||||
BlockRef* = ref object
|
||||
## Node in object graph guaranteed to lead back to tail block, and to have
|
||||
## a corresponding entry in database.
|
||||
## Block graph should form a tree - in particular, there are no cycles.
|
||||
|
|
Loading…
Reference in New Issue