Skip to content

Commit

Permalink
remove unused tag variable
Browse files Browse the repository at this point in the history
  • Loading branch information
justjake committed Feb 10, 2024
1 parent 69259ff commit 8040da4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion c/interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,6 @@ MaybeAsync(JSValue *) QTS_Eval(JSContext *ctx, BorrowedHeapChar *js_code, const

OwnedHeapChar *QTS_Typeof(JSContext *ctx, JSValueConst *value) {
const char *result = "unknown";
uint32_t tag = JS_VALUE_GET_TAG(*value);

if (JS_IsNumber(*value)) {
result = "number";
Expand Down

0 comments on commit 8040da4

Please sign in to comment.