summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--service/gzip/config.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/service/gzip/config.go b/service/gzip/config.go
index 7da48a67..00ac559d 100644
--- a/service/gzip/config.go
+++ b/service/gzip/config.go
@@ -6,7 +6,6 @@ import (
// Config describes file location and controls access to them.
type Config struct {
- // Dir contains name of directory to control access to.
Enable bool
}