Skip to content

Commit b3cd535

Browse files
author
Dilan Bhalla
committed
removing dead code test
1 parent bc51aee commit b3cd535

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

csharp/ql/src/Dead Code/DeadCode.qll

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,3 @@ predicate isDeadField(Field f) {
9999
not fc instanceof FieldRead and not fc.isRefArgument()
100100
)
101101
}
102-
103-
predicate testPredicate(Method m) {
104-
not isRecursivelyLiveMethod(m) and
105-
m.isSourceDeclaration()
106-
}

0 commit comments

Comments
 (0)