]> Kevux Git Server - fll/commitdiff
Cleanup: Remove comments from source file.
authorKevin Day <kevin@kevux.org>
Sun, 29 Jan 2023 04:24:37 +0000 (22:24 -0600)
committerKevin Day <kevin@kevux.org>
Sun, 29 Jan 2023 04:24:37 +0000 (22:24 -0600)
level_3/fake/c/common.c

index be0a647edbca6f4cb2189c4d46310762ea9236bb..5ba17e6b6e5138da702fe55e46c1f2ef5b0914aa 100644 (file)
@@ -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);