Avoid distraction
This commit is contained in:
parent
c3abf47a9b
commit
ac8c9240df
@ -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 = {};
|
||||
|
Loading…
x
Reference in New Issue
Block a user