summaryrefslogtreecommitdiff
path: root/ace/OS_NS_sys_shm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/OS_NS_sys_shm.cpp')
-rw-r--r--ace/OS_NS_sys_shm.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/ace/OS_NS_sys_shm.cpp b/ace/OS_NS_sys_shm.cpp
deleted file mode 100644
index 33474349f7f..00000000000
--- a/ace/OS_NS_sys_shm.cpp
+++ /dev/null
@@ -1,17 +0,0 @@
-// -*- C++ -*-
-// $Id$
-
-#include "ace/OS_NS_sys_shm.h"
-
-ACE_RCSID(ace, OS_NS_sys_shm, "$Id$")
-
-#if !defined (ACE_HAS_INLINED_OSCALLS)
-# include "ace/OS_NS_sys_shm.inl"
-#endif /* ACE_HAS_INLINED_OS_CALLS */
-
-// these don't appear to be used anywhere. dhinton
-#if defined(INTEGRITY) && defined(ACE_HAS_SHM_OPEN)
-char* shm_area_name = "ACE_Area";
-char* shm_area_password = "******";
-#endif
-