Remove analysisSummaryV2Default FF

This commit is contained in:
Henry Mercer
2025-10-22 12:25:25 +01:00
parent bab3f2b5f5
commit 3934593862
12 changed files with 0 additions and 142 deletions

View File

@@ -860,14 +860,6 @@ export async function getCodeQLForCmd(
} else {
codeqlArgs.push("--no-sarif-include-diagnostics");
}
if (
!isSupportedToolsFeature(
await this.getVersion(),
ToolsFeature.AnalysisSummaryV2IsDefault,
)
) {
codeqlArgs.push("--new-analysis-summary");
}
codeqlArgs.push(databasePath);
if (querySuitePaths) {
codeqlArgs.push(...querySuitePaths);