From: Kevin Day Date: Sun, 29 Jan 2023 04:24:37 +0000 (-0600) Subject: Cleanup: Remove comments from source file. X-Git-Tag: 0.6.4~72 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=1a0db6fc4261c04798602b21fda391ecc008da68;p=fll Cleanup: Remove comments from source file. --- diff --git a/level_3/fake/c/common.c b/level_3/fake/c/common.c index be0a647..5ba17e6 100644 --- a/level_3/fake/c/common.c +++ b/level_3/fake/c/common.c @@ -17,10 +17,6 @@ extern "C" { const f_string_static_t fake_program_help_parameters_s = macro_f_string_static_t_initialize(FAKE_program_help_parameters_s, 0, FAKE_program_help_parameters_s_length); #endif // _di_fake_program_help_parameters_ -/** - * The build operation utilizes pre-defined path structures. - * These structures are hard-coded by their individual pieces to be constructed later on. - */ #ifndef _di_fake_path_ const f_string_static_t fake_path_part_bash_s = macro_f_string_static_t_initialize(FAKE_path_part_bash_s, 0, FAKE_path_part_bash_s_length); const f_string_static_t fake_path_part_build_s = macro_f_string_static_t_initialize(FAKE_path_part_build_s, 0, FAKE_path_part_build_s_length); @@ -51,9 +47,6 @@ extern "C" { const f_string_static_t fake_file_readme_s = macro_f_string_static_t_initialize(FAKE_file_readme_s, 0, FAKE_file_readme_s_length); #endif // _di_fake_file_ -/** - * Provide default settings. - */ #ifndef _di_fake_defaults_ const f_string_static_t fake_default_path_build_s = macro_f_string_static_t_initialize(FAKE_default_path_build_s, 0, FAKE_default_path_build_s_length); const f_string_static_t fake_default_path_data_s = macro_f_string_static_t_initialize(FAKE_default_path_data_s, 0, FAKE_default_path_data_s_length);