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:
Sebastiaan van Stijn
2024-10-28 10:20:31 +01:00
parent 56445e13dc
commit 2054fd99b1

View File

@@ -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 = `\\?\`