about summary refs log tree commit diff stats
path: root/lib/monoucha0
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2025-04-11 23:27:35 +0200
committerbptato <nincsnevem662@gmail.com>2025-04-11 23:28:08 +0200
commitdb5f9a8decc162fc4e47f94c169b7ef63f68b9b3 (patch)
tree2dd22934a57426619bbc2b2d9caf75dc2248cf08 /lib/monoucha0
parent1990aaf6cd6cdeb5acdf4af0b9f281fea62e41ed (diff)
downloadchawan-db5f9a8decc162fc4e47f94c169b7ef63f68b9b3.tar.gz
quickjs: remove pointless overload
Diffstat (limited to 'lib/monoucha0')
-rw-r--r--lib/monoucha0/monoucha/quickjs.nim4
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):