chore: Cleanup sandbox

This commit is contained in:
Abhisek Datta
2026-01-08 16:32:49 +05:30
parent 45049b001d
commit eaeaff9cb8
3 changed files with 22 additions and 25 deletions
-1
View File
@@ -10,7 +10,6 @@ import (
)
// NewSandbox creates a platform-specific sandbox instance for Windows.
// TODO: Implement AppContainer or Job Objects based sandbox.
func NewSandbox() (sandbox.Sandbox, error) {
return nil, errors.New("sandbox not yet implemented for Windows")
}