remove aliases for deprecated pkg/fsutils

The aliases are included in the 22 release branch, so we can remove them
from master.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2022-10-06 02:51:24 +02:00
parent ce2abb82c0
commit c1729f876c
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -1,8 +0,0 @@
package fsutils // import "github.com/docker/docker/pkg/fsutils"
import "github.com/containerd/continuity/fs"
// SupportsDType returns whether the filesystem mounted on path supports d_type.
//
// Deprecated: use github.com/containerd/continuity/fs.SupportsDType
var SupportsDType = fs.SupportsDType