Skip to content

Commit

Permalink
Remove unnecessary JS_SetUncatchableError declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed May 9, 2024
1 parent 9ec5307 commit 181151f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion quickjs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1275,7 +1275,6 @@ static JSValue js_module_ns_autoinit(JSContext *ctx, JSObject *p, JSAtom atom,
void *opaque);
static JSValue JS_InstantiateFunctionListItem2(JSContext *ctx, JSObject *p,
JSAtom atom, void *opaque);
void JS_SetUncatchableError(JSContext *ctx, JSValueConst val, BOOL flag);
static JSValue js_object_groupBy(JSContext *ctx, JSValueConst this_val,
int argc, JSValueConst *argv, int is_map);

Expand Down

0 comments on commit 181151f

Please sign in to comment.