mirror of
https://github.com/logos-messaging/nim-ffi.git
synced 2026-01-02 14:13:10 +00:00
rm useless comments
This commit is contained in:
parent
e0cf0c8842
commit
5964e287a9
@ -325,7 +325,6 @@ macro processReq*(
|
||||
|
||||
let newReqCall = newCall(ident("ffiNewReq"), callArgs)
|
||||
|
||||
# CORRECT: use actual ctx symbol
|
||||
let sendCall = newCall(
|
||||
newDotExpr(ident("ffi_context"), ident("sendRequestToFFIThread")), ctx, newReqCall
|
||||
)
|
||||
@ -414,5 +413,4 @@ macro ffi*(prc: untyped): untyped =
|
||||
registerReqFFI(`reqName`, `paramIdent`: `paramType`):
|
||||
`anonymousProcNode`
|
||||
|
||||
# Final macro result
|
||||
result = newStmtList(registerReq, ffiProc)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user