Skip to content

Commit b9afccc

Browse files
committed
Remove impossible lines from Stubs.qll
1 parent 29b9231 commit b9afccc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

java/ql/src/utils/Stubs.qll

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,17 +129,13 @@ private class IndirectType extends GeneratedType {
129129
or
130130
this = any(GeneratedType t).getSourceDeclaration()
131131
or
132-
exists(GeneratedType t | this = t.(BoundedType).getATypeBound().getType())
133-
or
134132
exists(GeneratedDeclaration decl |
135133
decl.(Member).getDeclaringType().getSourceDeclaration() = this
136134
)
137135
or
138136
this.(NestedType).getEnclosingType() instanceof GeneratedType
139137
or
140138
exists(NestedType nt | nt instanceof GeneratedType and this = nt.getEnclosingType())
141-
or
142-
this = any(GeneratedType a).(Array).getComponentType()
143139
}
144140
}
145141

0 commit comments

Comments
 (0)