summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nslcd_proto/io.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nslcd_proto/io.go b/src/nslcd_proto/io.go
index e31aabc..321a87c 100644
--- a/src/nslcd_proto/io.go
+++ b/src/nslcd_proto/io.go
@@ -73,7 +73,6 @@ func write(fd io.Writer, data interface{}) {
panic("Invalid structure for NSLCD protocol data")
}
}
- panic("not reached")
}
func read(fd io.Reader, data interface{}) {
@@ -143,5 +142,4 @@ func read(fd io.Reader, data interface{}) {
panic("Invalid structure for NSLCD protocol data")
}
}
- panic("not reached")
}