summaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/image/tiff/reader.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/golang.org/x/image/tiff/reader.go')
-rw-r--r--vendor/golang.org/x/image/tiff/reader.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/vendor/golang.org/x/image/tiff/reader.go b/vendor/golang.org/x/image/tiff/reader.go
index cfe6fed68..0e3d3325f 100644
--- a/vendor/golang.org/x/image/tiff/reader.go
+++ b/vendor/golang.org/x/image/tiff/reader.go
@@ -35,13 +35,6 @@ func (e UnsupportedError) Error() string {
return "tiff: unsupported feature: " + string(e)
}
-// An InternalError reports that an internal error was encountered.
-type InternalError string
-
-func (e InternalError) Error() string {
- return "tiff: internal error: " + string(e)
-}
-
var errNoPixels = FormatError("not enough pixel data")
type decoder struct {