aboutsummaryrefslogtreecommitdiffhomepage
path: root/container/output.go
diff options
context:
space:
mode:
Diffstat (limited to 'container/output.go')
-rw-r--r--container/output.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/container/output.go b/container/output.go
index 4fd9f095..50da335c 100644
--- a/container/output.go
+++ b/container/output.go
@@ -10,10 +10,3 @@ func SetOutput(v Msg) {
msg = v
}
}
-
-func wrapErrSuffix(err error, a ...any) error {
- if err == nil {
- return nil
- }
- return msg.WrapErr(err, append(a, err)...)
-}