]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove confusing function attribute. The function is always used (on all platforms).
authorFlorian Krohm <florian@eich-krohm.de>
Fri, 30 Jan 2015 22:21:16 +0000 (22:21 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Fri, 30 Jan 2015 22:21:16 +0000 (22:21 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14897

coregrind/m_aspacemgr/aspacemgr-linux.c

index d3978839e7c77c73e5d406710480bfff3dffc08d..6cc337480d35c48ce2e19bbff5007d83e20f5b19 100644 (file)
@@ -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)";