summaryrefslogtreecommitdiff
path: root/ace/String_Base_Const.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/String_Base_Const.cpp')
-rw-r--r--ace/String_Base_Const.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/ace/String_Base_Const.cpp b/ace/String_Base_Const.cpp
deleted file mode 100644
index 5f193d6c77e..00000000000
--- a/ace/String_Base_Const.cpp
+++ /dev/null
@@ -1,9 +0,0 @@
-// $Id$
-
-#include "ace/String_Base_Const.h"
-
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
-ssize_t const ACE_String_Base_Const::npos = -1;
-
-ACE_END_VERSIONED_NAMESPACE_DECL