We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f59aaf1 commit eb62c03Copy full SHA for eb62c03
csharp/extractor/Semmle.Util/CommandLineOptions.cs
@@ -40,7 +40,7 @@ public interface ICommandLineOptions
40
41
public static class OptionsExtensions
42
{
43
- private static readonly string[] ExtractorOptions = new[] { "trap_compression", "cil" };
+ private static readonly string[] ExtractorOptions = ["trap_compression"];
44
private static List<string> GetExtractorOptions()
45
46
var extractorOptions = new List<string>();
0 commit comments