From: Florian Krohm Date: Fri, 30 Jan 2015 22:21:16 +0000 (+0000) Subject: Remove confusing function attribute. The function is always used (on all platforms). X-Git-Tag: svn/VALGRIND_3_11_0~695 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e882a1a4851f772779fd3127e79a842d3476b5a7;p=thirdparty%2Fvalgrind.git Remove confusing function attribute. The function is always used (on all platforms). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14897 --- diff --git a/coregrind/m_aspacemgr/aspacemgr-linux.c b/coregrind/m_aspacemgr/aspacemgr-linux.c index d3978839e7..6cc337480d 100644 --- a/coregrind/m_aspacemgr/aspacemgr-linux.c +++ b/coregrind/m_aspacemgr/aspacemgr-linux.c @@ -507,8 +507,7 @@ static void show_len_concisely ( /*OUT*/HChar* buf, Addr start, Addr end ) /* Show full details of an NSegment */ -static void __attribute__ ((unused)) - show_nsegment_full ( Int logLevel, Int segNo, const NSegment* seg ) +static void show_nsegment_full ( Int logLevel, Int segNo, const NSegment* seg ) { HChar len_buf[20]; const HChar* name = "(none)";