summaryrefslogtreecommitdiff
path: root/quickjs.c
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2025-03-31 18:00:27 +0200
committerFabrice Bellard <fabrice@bellard.org>2025-03-31 18:00:27 +0200
commit6ac04e1bf2e1bad9e20053a74a6bd950465e9bc7 (patch)
tree49e55c7d3a299e4ad3ff2e96e4bb8affaf1ba508 /quickjs.c
parent0d7aaed71c8ddd0c2d2da5cbbfc82a6600985a2b (diff)
downloadquickjs-6ac04e1bf2e1bad9e20053a74a6bd950465e9bc7.tar.gz
quickjs-6ac04e1bf2e1bad9e20053a74a6bd950465e9bc7.zip
removed useless printf() (#257)
Diffstat (limited to 'quickjs.c')
-rw-r--r--quickjs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/quickjs.c b/quickjs.c
index 17f9e8a..932663d 100644
--- a/quickjs.c
+++ b/quickjs.c
@@ -5846,7 +5846,6 @@ void __JS_FreeValueRT(JSRuntime *rt, JSValue v)
}
break;
default:
- printf("__JS_FreeValue: unknown tag=%d\n", tag);
abort();
}
}