From c8ca70e52d8185a2fe5f44f8f82882eed2b57708 Mon Sep 17 00:00:00 2001 From: verhaegs Date: Sat, 15 Sep 2012 11:38:44 +0000 Subject: [PATCH] compiler/clib/__stat.c: Removed unused aroscbase If libbase is not used it does not need to be defined. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@45801 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- compiler/clib/__stat.c | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/clib/__stat.c b/compiler/clib/__stat.c index 21aa7f19bb..8b12a3f8f7 100644 --- a/compiler/clib/__stat.c +++ b/compiler/clib/__stat.c @@ -561,7 +561,6 @@ static void __fill_statbuffer( int fallback_to_defaults, BPTR lock) { - struct aroscbase __unused *aroscbase = __aros_getbase(); uint64_t hash; uint32_t pc = 1, pb = 1; /* initial hash values */ -- 2.11.4.GIT