aboutsummaryrefslogtreecommitdiffhomepage
path: root/helper
diff options
context:
space:
mode:
Diffstat (limited to 'helper')
-rw-r--r--helper/args.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/helper/args.go b/helper/args.go
index fabbbf2e..b06cc2ee 100644
--- a/helper/args.go
+++ b/helper/args.go
@@ -44,10 +44,6 @@ func (a argsFD) WriteTo(w io.Writer) (int64, error) {
}
func (a argsFD) String() string {
- if a == nil {
- return "(invalid helper args)"
- }
-
return strings.Join(a, " ")
}