mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
pkg/longpath: remove deprecated Prefix const
This const was deprecated in 424c22390e in
v27.0 and is no longer used, so can be removed.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -11,11 +11,6 @@ import (
|
||||
"strings"
|
||||
)
|
||||
|
||||
// Prefix is the longpath prefix for Windows file paths.
|
||||
//
|
||||
// Deprecated: this const is only used internally, and will be removed in the next release
|
||||
const Prefix = longPathPrefix
|
||||
|
||||
// longPathPrefix is the longpath prefix for Windows file paths.
|
||||
const longPathPrefix = `\\?\`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user