mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-03 22:13:12 +00:00
code cleanup
This commit is contained in:
parent
bb42f9f3fb
commit
136eb7c546
@ -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