summaryrefslogtreecommitdiff
path: root/src
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
commit632c1613339e436e9c120f7d03d3613981ba2df9 (patch)
treed9f310ab42fefe868089f96e1507119a8664a068 /src
parent67d1b8d2cc51e0968cf0eba17408520c6ebea644 (diff)
go vet thinks that `panic("not reached")` isn't reachable, so remove it.
Diffstat (limited to 'src')
-rw-r--r--src/nslcd/systemd/nslcd_systemd.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nslcd/systemd/nslcd_systemd.go b/src/nslcd/systemd/nslcd_systemd.go
index f5d4881..5589627 100644
--- a/src/nslcd/systemd/nslcd_systemd.go
+++ b/src/nslcd/systemd/nslcd_systemd.go
@@ -161,5 +161,4 @@ func Main(backend Backend) uint8 {
}()
}
}
- panic("not reached")
}