summaryrefslogtreecommitdiffstats
path: root/http/systemd_linux.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--http/systemd_linux.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/http/systemd_linux.go b/http/systemd_linux.go
index 817b421..9b52bd6 100644
--- a/http/systemd_linux.go
+++ b/http/systemd_linux.go
@@ -4,7 +4,6 @@ package http
import (
"fmt"
-
"net"
"os"
"strconv"
@@ -57,5 +56,3 @@ func getSystemdListeners() (Listeners, error) {
return lns, nil
}
-
-