Skip to content

Commit

Permalink
removed dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Apr 29, 2024
1 parent 1133cb6 commit 56bfa86
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -304,11 +304,8 @@ private void setClassRelations(ClassReader classReader, String compUnitRelative)

private void addModuleRelations(ModuleNode module) {
ISourceLocation modLoc = resolveBinding(module);
String version = module.version;
addToDeclarations(modLoc, compUnitPhysical);

// TODO: what to do about the respective module _versions_?

for (var export : module.exports) {
var pkgLoc = resolveBinding(export.packaze);

Expand Down

0 comments on commit 56bfa86

Please sign in to comment.