Skip to content

Commit 709558b

Browse files
committed
C#: Delete the mixed model generator queries and adjust the CaptureNeutralModels to use the mixed version.
1 parent 0533590 commit 709558b

File tree

3 files changed

+1
-27
lines changed

3 files changed

+1
-27
lines changed

csharp/ql/src/utils/modelgenerator/CaptureMixedNeutralModels.ql

Lines changed: 0 additions & 13 deletions
This file was deleted.

csharp/ql/src/utils/modelgenerator/CaptureMixedSummaryModels.ql

Lines changed: 0 additions & 13 deletions
This file was deleted.

csharp/ql/src/utils/modelgenerator/CaptureNeutralModels.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
import internal.CaptureModels
1010

1111
from DataFlowSummaryTargetApi api, string noflow
12-
where noflow = Heuristic::captureNoFlow(api)
12+
where noflow = captureNeutral(api)
1313
select noflow order by noflow

0 commit comments

Comments
 (0)