Skip to content

Commit 68b8590

Browse files
committed
C#: Remove old way of providing compression parameter.
1 parent a04aa1f commit 68b8590

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

csharp/extractor/Semmle.Extraction/Options.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,6 @@ public virtual bool HandleFlag(string flag, bool value)
114114
case "qltest":
115115
QlTest = value;
116116
return true;
117-
case "brotli":
118-
TrapCompression = value ? TrapWriter.CompressionMode.Brotli : TrapWriter.CompressionMode.Gzip;
119-
return true;
120117
default:
121118
return false;
122119
}

0 commit comments

Comments
 (0)