drop 'not any more' commented code
authorChris Koeritz <fred@gruntose.com>
Fri, 3 May 2019 01:27:35 +0000 (21:27 -0400)
committerChris Koeritz <fred@gruntose.com>
Fri, 3 May 2019 01:27:35 +0000 (21:27 -0400)
nucleus/tools/clam_tools/write_build_config.cpp

index 6eb06ad2ef3015e79806e98348a065e1eda09a0b..6713ed637077cd82b0a1745f55dd1bc94dcd5ca0 100644 (file)
@@ -383,17 +383,6 @@ int write_build_config::execute()
     LOG(astring("failed writing output file ") + ver_header_filename);
   }
 
-//NO, not any more  // now make a copy into the library folder, for when we release a production version.
-//  astring library_directory = repodir + "/nucleus/library";
-//  astring cfg_header_copy = library_directory + "/__build_configuration.h";
-//  astring ver_header_copy = library_directory + "/__build_version.h";
-//  if (!write_output_file(cfg_header_copy, cfg_accumulator)) {
-//    LOG(astring("skipping copy due to read-only issue on output file: ") + cfg_header_copy);
-//  }
-//  if (!write_output_file(ver_header_copy, ver_accumulator)) {
-//    LOG(astring("skipping copy due to read-only issue on output file: ") + ver_header_copy);
-//  }
-
   return 0;
 }