summaryrefslogtreecommitdiff
path: root/cosv/source/storage/dirchain.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cosv/source/storage/dirchain.cxx')
-rw-r--r--cosv/source/storage/dirchain.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/cosv/source/storage/dirchain.cxx b/cosv/source/storage/dirchain.cxx
index fdaf9b12626f..f87557f60a86 100644
--- a/cosv/source/storage/dirchain.cxx
+++ b/cosv/source/storage/dirchain.cxx
@@ -95,18 +95,6 @@ DirectoryChain::PopBack( uintt i_nCount )
}
void
-DirectoryChain::Get( ostream & o_rPath,
- const char * i_sDelimiter ) const
-{
- for ( std::vector<String>::const_iterator it = aPath.begin();
- it != aPath.end();
- ++it )
- {
- o_rPath << (*it).c_str() << i_sDelimiter;
- }
-}
-
-void
DirectoryChain::Get( bostream & o_rPath,
const char * i_sDelimiter ) const
{