Skip to content

Commit

Permalink
Remove unnecessary code (#2362)
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Jan 11, 2024
1 parent 4eecc5e commit 8ffcfb0
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions lib/utils/ref-object-references.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,17 +147,6 @@ function* iterateDefineModels(globalScope) {
}
}
}
const tracker = new ReferenceTracker(globalScope)
for (const { node } of tracker.iterateGlobalReferences({
defineModel: {
[ReferenceTracker.CALL]: true
}
})) {
const expr = /** @type {CallExpression} */ (node)
yield {
node: expr
}
}
}

/**
Expand Down

0 comments on commit 8ffcfb0

Please sign in to comment.