mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-10 09:23:12 +00:00
code cleanup
This commit is contained in:
parent
180f280736
commit
c486e8c07b
@ -26,8 +26,6 @@ type
|
||||
VerifyResult* = ptr Atomic[bool]
|
||||
ProofPtr* = ptr Proof
|
||||
|
||||
export ProofPtr
|
||||
|
||||
proc new*(_: type ProofPtr): ProofPtr =
|
||||
cast[ptr Proof](allocShared0(sizeof(Proof)))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user