removing dead code test

This commit is contained in:
Dilan Bhalla
2023-04-24 15:46:38 -07:00
parent bc51aee6ec
commit b3cd535bdd

View File

@@ -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()
}