From eb61e2b3947beb939bb0e3aa88bb7dcef8390967 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Mon, 24 Feb 2014 16:30:49 +0100 Subject: Unused variable --- src/export/mystdlib.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/export') diff --git a/src/export/mystdlib.c b/src/export/mystdlib.c index 17f123b..ffc0cd9 100644 --- a/src/export/mystdlib.c +++ b/src/export/mystdlib.c @@ -49,7 +49,6 @@ void unmap_file ( MAP *pMap ) int getfilesize( int fd, unsigned long *size) { struct stat sb; - int ret; if( fstat( fd, &sb )) return -1; *size = sb.st_size; return 0; -- cgit v1.2.3