From 5a79cf71c28b4c5f4e05a570fe97b79de283bbe7 Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 18 Mar 2005 19:21:04 +0000 Subject: drop readerr --- src/cmd/jpg/readpng.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/cmd/jpg/readpng.c') 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 -- cgit v1.2.3