From 9ff32b622666e0018ec132cf67aa95b78a0380f8 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Mon, 18 Dec 2023 23:04:14 -0600 Subject: [PATCH] Cleanup: Remove stale comment in fl_fss payload.h. 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 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/level_1/fl_fss/c/fss/payload.h b/level_1/fl_fss/c/fss/payload.h index 519140a..14a32d1 100644 --- a/level_1/fl_fss/c/fss/payload.h +++ b/level_1/fl_fss/c/fss/payload.h @@ -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. -- 1.8.3.1