code cleanup

This commit is contained in:
munna0908 2025-02-21 17:32:26 +05:30
parent bb42f9f3fb
commit 136eb7c546
No known key found for this signature in database
GPG Key ID: 2FFCD637E937D3E6

View File

@ -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)))