diff --git a/logging/types_linux.go b/logging/types_linux.go index 0b4908a..f671875 100644 --- a/logging/types_linux.go +++ b/logging/types_linux.go @@ -1,9 +1,5 @@ package logging -import ( - "log/syslog" -) - /* SystemDLogger (yes, I'm aware it's actually written as "systemd") writes to journald on systemd-enabled systems. */