diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-06-20 14:42:50 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-06-20 14:42:50 +0100 |
commit | 1d301de7a8a3077bcdbd7e761998cd24563f5a70 (patch) | |
tree | 138310c10c2afc4f4231a9bd868a17433b3cf4c4 /cosv/inc | |
parent | 5c8c13887952c112566c4145173a93d7d39c2dd6 (diff) |
remove unused PopFront
Diffstat (limited to 'cosv/inc')
-rw-r--r-- | cosv/inc/cosv/dirchain.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cosv/inc/cosv/dirchain.hxx b/cosv/inc/cosv/dirchain.hxx index e76e4945fd6e..c36c574cdf5a 100644 --- a/cosv/inc/cosv/dirchain.hxx +++ b/cosv/inc/cosv/dirchain.hxx @@ -85,8 +85,6 @@ class DirectoryChain void PushBack( const DirectoryChain & i_sPath ); - void PopFront( - uintt i_nCount = 1 ); void PopBack( uintt i_nCount = 1 ); |