wingo pushed a commit to branch wip-whippet in repository guile. commit 96c8bb8ce9ceb576eb2dc54ff950ce4ecf22687b Author: Andy Wingo <wi...@igalia.com> AuthorDate: Thu Apr 10 14:03:29 2025 +0200
Fix unused variable in mt-gcbench.c --- benchmarks/mt-gcbench.c | 1 - 1 file changed, 1 deletion(-) diff --git a/benchmarks/mt-gcbench.c b/benchmarks/mt-gcbench.c index 6494c22d2..9b2521043 100644 --- a/benchmarks/mt-gcbench.c +++ b/benchmarks/mt-gcbench.c @@ -327,7 +327,6 @@ static void *join_thread(void *data) { } int main(int argc, char *argv[]) { - size_t sizeof_double_array = sizeof(size_t); size_t heap_max_live = tree_size(long_lived_tree_depth) * sizeof(Node) + tree_size(max_tree_depth) * sizeof(Node) +