|
From: <sv...@va...> - 2015-06-24 20:38:00
|
Author: florian
Date: Wed Jun 24 21:37:53 2015
New Revision: 15353
Log:
Remove #if with constant condition.
Modified:
branches/ASPACEM_TWEAKS/coregrind/m_aspacemgr/aspacemgr-linux.c
Modified: branches/ASPACEM_TWEAKS/coregrind/m_aspacemgr/aspacemgr-linux.c
==============================================================================
--- branches/ASPACEM_TWEAKS/coregrind/m_aspacemgr/aspacemgr-linux.c (original)
+++ branches/ASPACEM_TWEAKS/coregrind/m_aspacemgr/aspacemgr-linux.c Wed Jun 24 21:37:53 2015
@@ -32,8 +32,6 @@
The GNU General Public License is contained in the file COPYING.
*/
-#if defined(VGO_linux) || defined(VGO_darwin)
-
/* *************************************************************
DO NOT INCLUDE ANY OTHER FILES HERE.
ADD NEW INCLUDES ONLY TO priv_aspacemgr.h
@@ -3068,8 +3066,6 @@
/*------END-procmaps-parser-for-Darwin---------------------------*/
-#endif // defined(VGO_linux) || defined(VGO_darwin)
-
/*--------------------------------------------------------------------*/
/*--- end ---*/
/*--------------------------------------------------------------------*/
|