Skip to content

Commit d171290

Browse files
authored
Remove duplicate JS_GetBigInt call (#188)
1 parent f7d2169 commit d171290

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

quickjs.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47388,7 +47388,6 @@ static JSValue js_bigint_asUintN(JSContext *ctx,
4738847388
res = JS_NewBigInt(ctx);
4738947389
if (JS_IsException(res))
4739047390
return JS_EXCEPTION;
47391-
r = JS_GetBigInt(res);
4739247391
a = JS_ToBigInt(ctx, &a_s, argv[1]);
4739347392
if (!a) {
4739447393
JS_FreeValue(ctx, res);

0 commit comments

Comments
 (0)