From 511ed43218ad00ecef3c99077cb106969957df9c Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Mon, 24 Feb 2014 16:30:07 +0100 Subject: Unused variable --- mystdlib.c | 1 - 1 file changed, 1 deletion(-) diff --git a/mystdlib.c b/mystdlib.c index 56edcb9..b3aea49 100644 --- a/mystdlib.c +++ b/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