From 3a135b20e2c3c3dd407b9b768a411645eca6a7e0 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Tue, 9 Mar 2021 11:49:28 +0100 Subject: Various cleanup and use of C++11 features --- ACE/ace/Pagefile_Memory_Pool.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'ACE/ace/Pagefile_Memory_Pool.cpp') diff --git a/ACE/ace/Pagefile_Memory_Pool.cpp b/ACE/ace/Pagefile_Memory_Pool.cpp index ba803872c35..b04ebec525d 100644 --- a/ACE/ace/Pagefile_Memory_Pool.cpp +++ b/ACE/ace/Pagefile_Memory_Pool.cpp @@ -19,8 +19,6 @@ #include "ace/Based_Pointer_Repository.h" #endif /* ACE_HAS_POSITION_INDEPENDENT_POINTERS == 1 */ - - #if defined (ACE_WIN32) && !defined (ACE_HAS_PHARLAP) #if !defined (ACE_HAS_WINCE) #define ACE_MAP_FILE(_hnd, _access, _offHigh, _offLow, _nBytes, _baseAdd)\ -- cgit v1.2.1