Skip to content

Commit 4082278

Browse files
committed
Missed a line deletion
Signed-off-by: Rob Stryker <[email protected]>
1 parent 117b962 commit 4082278

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

org.eclipse.jdt.core.javac/src/org/eclipse/jdt/internal/core/search/PatternLocatorVisitor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ private boolean visitType(Type node) {
200200

201201
@Override
202202
public boolean visit(SimpleType type) {
203-
visitType(type);
204203
LocatorResponse resp = defaultVisitImplementationWithFunc(type, (x,y) -> y.match(type, this.nodeSet, this.locator), DOMASTNodeUtils::getBinding);
205204
Name n = type.getName();
206205
if( n instanceof QualifiedName qn ) {

0 commit comments

Comments
 (0)