Skip to content

Commit 2063755

Browse files
committed
C#: Manual cleanup of previously added IEnumerable<>.GetEnumrator flow summaries.
1 parent ac5b2bf commit 2063755

File tree

1 file changed

+0
-8
lines changed
  • csharp/ql/lib/semmle/code/csharp/frameworks/system

1 file changed

+0
-8
lines changed

csharp/ql/lib/semmle/code/csharp/frameworks/system/Linq.qll

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -547,14 +547,6 @@ private class SystemLinqParallelEnumerableFlowModelCsv extends ExternalFlow::Sum
547547
}
548548
}
549549

550-
/** Data flow for `System.Linq.ParallelQuery<>`. */
551-
private class SystemLinqParallelQueryFlowModelCsv extends ExternalFlow::SummaryModelCsv {
552-
override predicate row(string row) {
553-
row =
554-
"System.Linq;ParallelQuery<>;false;GetEnumerator;();;Element of Argument[-1];Property[System.Collections.Generic.IEnumerator<>.Current] of ReturnValue;value"
555-
}
556-
}
557-
558550
/** Data flow for `System.Linq.Queryable`. */
559551
private class SystemLinqQueryableFlowModelCsv extends ExternalFlow::SummaryModelCsv {
560552
override predicate row(string row) {

0 commit comments

Comments
 (0)