go.image/tiff: remove unreachable code.

This makes "go vet code.google.com/p/go.image/..." happy.

LGTM=dsymonds
R=dsymonds
CC=golang-codereviews
https://golang.org/cl/103630047
This commit is contained in:
Nigel Tao 2014-06-30 11:43:54 +10:00
parent 07fcf9c2fe
commit 34eb6b7c8b
1 changed files with 0 additions and 1 deletions

View File

@ -55,5 +55,4 @@ func unpackBits(r io.Reader) ([]byte, error) {
dst = append(dst, buf[:1-code]...)
}
}
panic("unreachable")
}