From 1a0db6fc4261c04798602b21fda391ecc008da68 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sat, 28 Jan 2023 22:24:37 -0600 Subject: [PATCH] Cleanup: Remove comments from source file. --- level_3/fake/c/common.c | 7 ------- 1 file changed, 7 deletions(-) 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); -- 1.8.3.1