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/file.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'amiga/file.c') diff --git a/amiga/file.c b/amiga/file.c index 91d375576..5d16ceb13 100644 --- a/amiga/file.c +++ b/amiga/file.c @@ -49,8 +49,6 @@ static struct Hook aslhookfunc; static const ULONG ami_file_asl_mime_hook(struct Hook *mh, struct FileRequester *fr, struct AnchorPathOld *ap) { - BPTR file = 0; - char buffer[10]; char fname[1024]; BOOL ret = FALSE; char *mt = NULL; -- cgit v1.2.3