diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-10-26 15:31:58 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-10-26 15:31:58 -0400 |
commit | 82e3133de62a4e0a496ffcbdb91f998c53bc3f58 (patch) | |
tree | 1d711e4aca74a2834528841d2819d44b9937add5 | |
parent | c6a02669de8895003ef0224324539e989e328f6f (diff) |
go vet thinks that `panic("not reached")` isn't reachable, so remove it.
-rw-r--r-- | systemd/nslcd_systemd.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/systemd/nslcd_systemd.go b/systemd/nslcd_systemd.go index f5d4881..5589627 100644 --- a/systemd/nslcd_systemd.go +++ b/systemd/nslcd_systemd.go @@ -161,5 +161,4 @@ func Main(backend Backend) uint8 { }() } } - panic("not reached") } |