From ac8c9240dfaacca2d4dbfa7e2f7e218abe97ddf6 Mon Sep 17 00:00:00 2001 From: David Gonzalez Martin Date: Fri, 14 Feb 2025 12:08:54 -0600 Subject: [PATCH] Avoid distraction --- bootstrap/bloat-buster/bb.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bootstrap/bloat-buster/bb.c b/bootstrap/bloat-buster/bb.c index 0eaf36c..b1f6977 100644 --- a/bootstrap/bloat-buster/bb.c +++ b/bootstrap/bloat-buster/bb.c @@ -4753,6 +4753,7 @@ String assemble(String text) // } // } +#if 0 // ================================= // TODO: START // ================================= @@ -5039,6 +5040,9 @@ String assemble(String text) memcpy(destination, &separate_buffers[i], separate_length); destination += separate_length; } +#else + unused(destination); +#endif } String result = {};