C#: Remove the cil extractor option.

This commit is contained in:
Michael Nebel
2024-03-12 11:12:46 +01:00
parent f59aaf1d75
commit eb62c033aa

View File

@@ -40,7 +40,7 @@ namespace Semmle.Util
public static class OptionsExtensions
{
private static readonly string[] ExtractorOptions = new[] { "trap_compression", "cil" };
private static readonly string[] ExtractorOptions = ["trap_compression"];
private static List<string> GetExtractorOptions()
{
var extractorOptions = new List<string>();