remove dead code

This commit is contained in:
David Christofas
2022-12-21 14:53:07 +01:00
parent cf290502fb
commit bd2682ac0e
2 changed files with 0 additions and 11 deletions
-4
View File
@@ -10,10 +10,6 @@ import (
"github.com/owncloud/ocis/v2/services/webdav/pkg/prop"
)
const (
_spaceTypeProject = "project"
)
type countingReader struct {
n int
r io.Reader