summaryrefslogtreecommitdiffstats
path: root/cosv/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-06-20 14:41:18 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-06-20 14:41:18 +0100
commit5c8c13887952c112566c4145173a93d7d39c2dd6 (patch)
tree78a2ebea69bc69059e1a3a86047d1085345bd43e /cosv/inc
parentFileExtension unused (diff)
downloadcore-5c8c13887952c112566c4145173a93d7d39c2dd6.tar.gz
core-5c8c13887952c112566c4145173a93d7d39c2dd6.zip
remove unused PushFront
Diffstat (limited to 'cosv/inc')
-rw-r--r--cosv/inc/cosv/dirchain.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/cosv/inc/cosv/dirchain.hxx b/cosv/inc/cosv/dirchain.hxx
index 3475ff87fd15..e76e4945fd6e 100644
--- a/cosv/inc/cosv/dirchain.hxx
+++ b/cosv/inc/cosv/dirchain.hxx
@@ -80,11 +80,6 @@ class DirectoryChain
const char * i_sPath,
bool i_bPathIsAlwaysDir = false,
const char * i_sDelimiter = Delimiter() );
- void PushFront(
- const String & i_sName );
- void PushFront(
- const DirectoryChain &
- i_sPath );
void PushBack(
const String & i_sName );
void PushBack(