diff options
-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): |