Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
penalosa committed Jul 12, 2024
1 parent 409f10d commit d2b3f91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion types/src/transforms/internal-namespace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ function collectInternalModuleStructures(
const structure = structureMap.get(module.getStructureName());
assert(structure !== undefined);
const specifier = module.getSpecifier();
// const rootName = getTypeName(module.getStructureName());
moduleRoots.set(specifier, structure);
});
return moduleRoots;
Expand Down

0 comments on commit d2b3f91

Please sign in to comment.