Skip to content

Commit 9671c88

Browse files
committed
C#: Remove reference to stageStats.
1 parent 7e3e10c commit 9671c88

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

csharp/ql/lib/semmle/code/csharp/dataflow/internal/ContentDataFlow.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ module ContentDataFlow {
1616

1717
class ContentSet = DF::ContentSet;
1818

19-
predicate stageStats = DF::stageStats/8;
20-
19+
// predicate stageStats = DF::stageStats/8;
2120
/**
2221
* A configuration of interprocedural data flow analysis. This defines
2322
* sources, sinks, and any other configurable aspect of the analysis. Each

0 commit comments

Comments
 (0)