diff options
author | bptato <nincsnevem662@gmail.com> | 2025-04-11 23:27:35 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2025-04-11 23:28:08 +0200 |
commit | db5f9a8decc162fc4e47f94c169b7ef63f68b9b3 (patch) | |
tree | 2dd22934a57426619bbc2b2d9caf75dc2248cf08 /lib/monoucha0 | |
parent | 1990aaf6cd6cdeb5acdf4af0b9f281fea62e41ed (diff) | |
download | chawan-db5f9a8decc162fc4e47f94c169b7ef63f68b9b3.tar.gz |
quickjs: remove pointless overload
Diffstat (limited to 'lib/monoucha0')
-rw-r--r-- | lib/monoucha0/monoucha/quickjs.nim | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/monoucha0/monoucha/quickjs.nim b/lib/monoucha0/monoucha/quickjs.nim index fff4d291..2154b42a 100644 --- a/lib/monoucha0/monoucha/quickjs.nim +++ b/lib/monoucha0/monoucha/quickjs.nim @@ -295,10 +295,6 @@ type proc `==`*(a, b: JSValue): bool {.error.} = discard -when defined(debug): - proc `==`*(a, b: JSValueConst): bool {.error.} = - discard - func `==`*(a, b: JSAtom): bool {.borrow.} when defined(debug): |