Archived
3
0
This commit is contained in:
Karchnu 2020-07-08 19:35:28 +02:00
parent f0055cfdef
commit 91fd87ae5d

View File

@ -154,7 +154,6 @@ class IPC::Context
end
def pp
ctx = @context
LibIPC.ipc_ctx_print Pointer(ctx)
LibIPC.ipc_ctx_print self.pointer
end
end