Skip to content

Commit eb62c03

Browse files
committed
C#: Remove the cil extractor option.
1 parent f59aaf1 commit eb62c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/extractor/Semmle.Util/CommandLineOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public interface ICommandLineOptions
4040

4141
public static class OptionsExtensions
4242
{
43-
private static readonly string[] ExtractorOptions = new[] { "trap_compression", "cil" };
43+
private static readonly string[] ExtractorOptions = ["trap_compression"];
4444
private static List<string> GetExtractorOptions()
4545
{
4646
var extractorOptions = new List<string>();

0 commit comments

Comments
 (0)