]> Kevux Git Server - fll/commitdiff
Cleanup: Remove stale comment in fl_fss payload.h.
authorKevin Day <thekevinday@gmail.com>
Tue, 19 Dec 2023 05:04:14 +0000 (23:04 -0600)
committerKevin Day <thekevinday@gmail.com>
Tue, 19 Dec 2023 05:04:14 +0000 (23:04 -0600)
It seems that what the comments describes is done.
The maps array is an array of strings.

level_1/fl_fss/c/fss/payload.h

index 519140ab74884845fa9ca166f42471224a5d4af6..14a32d1ded642f2ab3a13c3aeecfb1e02cfa982e 100644 (file)
@@ -40,12 +40,6 @@ extern "C" {
 /**
  * Write standard header of the FSS-000E (Payload).
  *
- * @todo Rewrite this to use an array of strings to represent the built headers.
- *       This will allow for randomization, alphabetization, and other header order options.
- *       This will be a better approach because the signature and appropriate callbacks are not needed here.
- *       The caller can then loop over these to transmit the data (or construct its own giant string).
- *       Having a lot of smaller strings is better than one giant string when it comes to memory reallocations.
- *
  * This implementation does not handle the following f_abstruse_*_e:
  *   - none.
  *   - void.