Skip to content

Commit cd84244

Browse files
committed
Get rid of unused predicate
1 parent fc43d22 commit cd84244

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python/ql/lib/semmle/python/dataflow/new/internal/DataFlowPublic.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,8 +462,6 @@ class ModuleVariableNode extends Node, TModuleVariableNode {
462462
override Location getLocation() { result = mod.getLocation() }
463463
}
464464

465-
private predicate isAccessedThroughImportStar(Module m) { m = ImportStar::getStarImported(_) }
466-
467465
private ModuleVariableNode import_star_read(Node n) {
468466
resolved_import_star_module(result.getModule(), result.getVariable().getId(), n)
469467
}

0 commit comments

Comments
 (0)