Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
littleGnAl committed Sep 19, 2023
1 parent 9772053 commit 60e27af
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cxx-parser/src/cxx_parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ export function dumpCXXAstJson(
fs.rmSync(build_cache_dir_path, { recursive: true, force: true });
}

// if (!fs.existsSync(build_cache_dir_path)) {
// fs.mkdirSync(build_cache_dir_path, { recursive: true });
// }

// If the previous output json cache exists, skip the process of cppast parser
if (fs.existsSync(outputJsonPath)) {
console.log(`Skip the process of cppast parser, use the cached ast json file: ${outputJsonPath}`);
Expand Down

0 comments on commit 60e27af

Please sign in to comment.