Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/vfs/local/root.go')
-rw-r--r--internal/vfs/local/root.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/internal/vfs/local/root.go b/internal/vfs/local/root.go
index d15fa4e1..9cd67a9f 100644
--- a/internal/vfs/local/root.go
+++ b/internal/vfs/local/root.go
@@ -105,7 +105,3 @@ func (r *Root) Open(ctx context.Context, name string) (vfs.File, error) {
return file, nil
}
-
-func (r *Root) IsCompressed(_ string) (bool, error) {
- return false, nil
-}