From 3e8568980d2ccfdb65ea3dcb92e858a2dd160129 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Wed, 1 Mar 2006 01:07:56 +0000 Subject: Remove all references to errno, it's unnecessary since the codec doesn't directly access files. Should really fix the TLS issues with errno this time... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8873 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/vorbis.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/codecs/vorbis.c') diff --git a/apps/codecs/vorbis.c b/apps/codecs/vorbis.c index e77ecada0c..fb50859b8f 100644 --- a/apps/codecs/vorbis.c +++ b/apps/codecs/vorbis.c @@ -27,8 +27,6 @@ static struct codec_api *rb; /* Some standard functions and variables needed by Tremor */ -int errno; - size_t read_handler(void *ptr, size_t size, size_t nmemb, void *datasource) { (void)datasource; -- cgit v1.2.3