Skip to content

Commit d5443b3

Browse files
committed
Remove dead code
1 parent 29e93ed commit d5443b3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

java/ql/lib/semmle/code/java/PrettyPrintAst.qll

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -782,10 +782,6 @@ private class PpSwitchCase extends PpAst, SwitchCase {
782782
}
783783

784784
private class PpPatternCase extends PpAst, PatternCase {
785-
private TypeAccess getPatternTypeAccess(int n) {
786-
result = this.getPatternAtIndex(n).asBindingOrUnnamedPattern().getTypeAccess()
787-
}
788-
789785
private predicate isAnonymousPattern(int n) {
790786
this.getPatternAtIndex(n).asBindingOrUnnamedPattern().isAnonymous()
791787
}

0 commit comments

Comments
 (0)