mirror of
https://github.com/github/codeql.git
synced 2026-06-03 04:40:14 +02:00
removing dead code test
This commit is contained in:
@@ -99,8 +99,3 @@ predicate isDeadField(Field f) {
|
||||
not fc instanceof FieldRead and not fc.isRefArgument()
|
||||
)
|
||||
}
|
||||
|
||||
predicate testPredicate(Method m) {
|
||||
not isRecursivelyLiveMethod(m) and
|
||||
m.isSourceDeclaration()
|
||||
}
|
||||
Reference in New Issue
Block a user