aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/system/wayland.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/system/wayland.go')
-rw-r--r--internal/system/wayland.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/internal/system/wayland.go b/internal/system/wayland.go
index c9e431e7..8ce13b66 100644
--- a/internal/system/wayland.go
+++ b/internal/system/wayland.go
@@ -3,7 +3,6 @@ package system
import (
"errors"
"fmt"
- "os"
"hakurei.app/container/check"
"hakurei.app/hst"
@@ -63,9 +62,6 @@ func (w *waylandOp) revert(sys *I, _ *Criteria) error {
if w.ctx != nil {
hangupErr = w.ctx.Close()
}
- if err := sys.remove(w.dst.String()); err != nil && !errors.Is(err, os.ErrNotExist) {
- removeErr = err
- }
return newOpError("wayland", errors.Join(hangupErr, removeErr), true)
}