summaryrefslogtreecommitdiff
path: root/orbsvcs/orbsvcs/Naming/Persistent_Context_Index.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/orbsvcs/Naming/Persistent_Context_Index.cpp')
-rw-r--r--orbsvcs/orbsvcs/Naming/Persistent_Context_Index.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/orbsvcs/orbsvcs/Naming/Persistent_Context_Index.cpp b/orbsvcs/orbsvcs/Naming/Persistent_Context_Index.cpp
index 70f6caf7b04..34b74c6b5de 100644
--- a/orbsvcs/orbsvcs/Naming/Persistent_Context_Index.cpp
+++ b/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.