Avoid distraction

This commit is contained in:
David Gonzalez Martin 2025-02-14 12:08:54 -06:00 committed by David
parent c3abf47a9b
commit ac8c9240df

View File

@ -4753,6 +4753,7 @@ String assemble(String text)
// } // }
// } // }
#if 0
// ================================= // =================================
// TODO: START // TODO: START
// ================================= // =================================
@ -5039,6 +5040,9 @@ String assemble(String text)
memcpy(destination, &separate_buffers[i], separate_length); memcpy(destination, &separate_buffers[i], separate_length);
destination += separate_length; destination += separate_length;
} }
#else
unused(destination);
#endif
} }
String result = {}; String result = {};