mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
C#: Remove the cil extractor option.
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user