summaryrefslogtreecommitdiff
path: root/ace/Read_Buffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Read_Buffer.cpp')
-rw-r--r--ace/Read_Buffer.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/ace/Read_Buffer.cpp b/ace/Read_Buffer.cpp
index 9401048f148..c6645957729 100644
--- a/ace/Read_Buffer.cpp
+++ b/ace/Read_Buffer.cpp
@@ -15,9 +15,6 @@
ACE_RCSID(ace, Read_Buffer, "$Id$")
-
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
void
ACE_Read_Buffer::dump (void) const
{
@@ -172,5 +169,3 @@ ACE_Read_Buffer::rec_read (int term, int search, int replace)
return result;
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL