mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
Remove dead code
This commit is contained in:
@@ -782,10 +782,6 @@ private class PpSwitchCase extends PpAst, SwitchCase {
|
||||
}
|
||||
|
||||
private class PpPatternCase extends PpAst, PatternCase {
|
||||
private TypeAccess getPatternTypeAccess(int n) {
|
||||
result = this.getPatternAtIndex(n).asBindingOrUnnamedPattern().getTypeAccess()
|
||||
}
|
||||
|
||||
private predicate isAnonymousPattern(int n) {
|
||||
this.getPatternAtIndex(n).asBindingOrUnnamedPattern().isAnonymous()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user