diff options
-rw-r--r-- | src/cmd/jpg/readpng.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmd/jpg/readpng.c b/src/cmd/jpg/readpng.c index 9392f070..f6e8e9d1 100644 --- a/src/cmd/jpg/readpng.c +++ b/src/cmd/jpg/readpng.c @@ -46,7 +46,6 @@ typedef struct ZlibR{ static ulong *crctab; static uchar PNGmagic[] = {137,80,78,71,13,10,26,10}; -static char readerr[] = "ReadPNG: read error: %r"; static char memerr[] = "ReadPNG: malloc failed: %r"; static ulong |