From 65adc1712123f81847a85ce0374acc5a741368ec Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 5 Apr 2014 20:18:26 +0100 Subject: Fix a bunch of cppcheck unused/unreadVariable warnings --- amiga/filetype.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'amiga/filetype.c') diff --git a/amiga/filetype.c b/amiga/filetype.c index 0cb4ac454..bcb6b7e87 100644 --- a/amiga/filetype.c +++ b/amiga/filetype.c @@ -173,9 +173,7 @@ const char *ami_content_type_to_file_type(content_type type) nserror ami_mime_init(const char *mimefile) { - lwc_string *type; lwc_error lerror; - nserror error; char buffer[256]; BPTR fh = 0; struct RDArgs *rargs = NULL; -- cgit v1.2.3