Skip to content

Commit 7272587

Browse files
author
Dave Bartolomeo
authored
Undo debugging changes
1 parent c9fbf83 commit 7272587

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

java/ql/lib/semmle/code/java/dataflow/internal/rangeanalysis/SignAnalysisCommon.qll

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -374,11 +374,3 @@ predicate strictlyNegative(Expr e) {
374374
not exprSign(e) = TPos() and
375375
not exprSign(e) = TZero()
376376
}
377-
378-
/**
379-
* Expose some predicates for testing purposes without making them implicitly public to any module
380-
* that imports this file.
381-
*/
382-
module SignAnalysisCommonTest {
383-
predicate testSsaDefSign = ssaDefSign/1;
384-
}

0 commit comments

Comments
 (0)