aboutsummaryrefslogtreecommitdiffhomepage
path: root/system/output.go
diff options
context:
space:
mode:
Diffstat (limited to 'system/output.go')
-rw-r--r--system/output.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/system/output.go b/system/output.go
index f183ebfe..022164f0 100644
--- a/system/output.go
+++ b/system/output.go
@@ -8,16 +8,6 @@ import (
"hakurei.app/container"
)
-var msg container.Msg = new(container.DefaultMsg)
-
-func SetOutput(v container.Msg) {
- if v == nil {
- msg = new(container.DefaultMsg)
- } else {
- msg = v
- }
-}
-
// OpError is returned by [I.Commit] and [I.Revert].
type OpError struct {
Op string