From 1d301de7a8a3077bcdbd7e761998cd24563f5a70 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 20 Jun 2011 14:42:50 +0100 Subject: remove unused PopFront --- cosv/inc/cosv/dirchain.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'cosv/inc') 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 ); -- cgit