summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-10-26 15:31:58 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-10-26 15:31:58 -0400
commit82e3133de62a4e0a496ffcbdb91f998c53bc3f58 (patch)
tree1d711e4aca74a2834528841d2819d44b9937add5
parentc6a02669de8895003ef0224324539e989e328f6f (diff)
go vet thinks that `panic("not reached")` isn't reachable, so remove it.
-rw-r--r--systemd/nslcd_systemd.go1
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")
}