|
From: <sv...@va...> - 2015-01-30 22:21:24
|
Author: florian
Date: Fri Jan 30 22:21:16 2015
New Revision: 14897
Log:
Remove confusing function attribute. The function is always used (on all platforms).
Modified:
trunk/coregrind/m_aspacemgr/aspacemgr-linux.c
Modified: trunk/coregrind/m_aspacemgr/aspacemgr-linux.c
==============================================================================
--- trunk/coregrind/m_aspacemgr/aspacemgr-linux.c (original)
+++ trunk/coregrind/m_aspacemgr/aspacemgr-linux.c Fri Jan 30 22:21:16 2015
@@ -507,8 +507,7 @@
/* 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)";
|