pkg/system: remove unused ErrNotSupportedPlatform

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2025-07-29 09:51:19 +02:00
parent 28b822d5b3
commit aa9de914ca

View File

@@ -1,6 +0,0 @@
package system
import "errors"
// ErrNotSupportedPlatform means the platform is not supported.
var ErrNotSupportedPlatform = errors.New("platform and architecture is not supported")