From 4df04cc27ef1e77bcc941afaba7d4c943b98a936 Mon Sep 17 00:00:00 2001 From: mcorino Date: Fri, 11 Feb 2011 11:33:12 +0000 Subject: Fri Feb 11 11:16:00 UTC 2011 Martin Corino Merged changes from Remedy work branch. --- TAO/orbsvcs/orbsvcs/Naming/Persistent_Context_Index.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'TAO/orbsvcs/orbsvcs/Naming/Persistent_Context_Index.cpp') diff --git a/TAO/orbsvcs/orbsvcs/Naming/Persistent_Context_Index.cpp b/TAO/orbsvcs/orbsvcs/Naming/Persistent_Context_Index.cpp index 70f6caf7b04..34b74c6b5de 100644 --- a/TAO/orbsvcs/orbsvcs/Naming/Persistent_Context_Index.cpp +++ b/TAO/orbsvcs/orbsvcs/Naming/Persistent_Context_Index.cpp @@ -238,15 +238,7 @@ TAO_Persistent_Context_Index::create_index (void) return -1; } -#if !defined (CHORUS) ACE_MMAP_Memory_Pool::OPTIONS options (base_address_); -#else - // Use base address == 0, don't use a fixed address. - ACE_MMAP_Memory_Pool::OPTIONS options (0, - 0, - 0, - ACE_CHORUS_LOCAL_NAME_SPACE_T_SIZE); -#endif /* CHORUS */ // Create the allocator with the appropriate options. The name used // for the lock is the same as one used for the file. -- cgit v1.2.1