aboutsummaryrefslogtreecommitdiff
path: root/go/cbrotli/internal/encoder.go
diff options
context:
space:
mode:
Diffstat (limited to 'go/cbrotli/internal/encoder.go')
-rwxr-xr-xgo/cbrotli/internal/encoder.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/go/cbrotli/internal/encoder.go b/go/cbrotli/internal/encoder.go
index b8dd21c..13526f3 100755
--- a/go/cbrotli/internal/encoder.go
+++ b/go/cbrotli/internal/encoder.go
@@ -77,7 +77,6 @@ type Encoder struct {
// Close MUST be called to free resources.
func New(quality, lgWin int) Encoder {
state := C.BrotliEncoderCreateInstance(nil, nil, nil)
- // TODO(b/18187008): Check if LGBLOCK or MODE are useful to Flywheel.
C.BrotliEncoderSetParameter(
state, C.BROTLI_PARAM_QUALITY, (C.uint32_t)(quality))
C.BrotliEncoderSetParameter(