diff options
author | rsc <devnull@localhost> | 2005-03-18 19:21:04 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-03-18 19:21:04 +0000 |
commit | 5a79cf71c28b4c5f4e05a570fe97b79de283bbe7 (patch) | |
tree | 8fe4a219277c1f02d3b5262c6d31f706f962fd53 /src/cmd/jpg | |
parent | 3880f0203b4413cdce29fe73952cad434b414627 (diff) | |
download | plan9port-5a79cf71c28b4c5f4e05a570fe97b79de283bbe7.tar.gz plan9port-5a79cf71c28b4c5f4e05a570fe97b79de283bbe7.tar.bz2 plan9port-5a79cf71c28b4c5f4e05a570fe97b79de283bbe7.zip |
drop readerr
Diffstat (limited to 'src/cmd/jpg')
-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 |