FlushDirCache() is legitimate

This commit is contained in:
Glenn Maynard
2005-04-28 20:32:53 +00:00
parent e1b20c7d15
commit 5ad0e419ba
-1
View File
@@ -255,7 +255,6 @@ void ThreadedFileWorker::HandleRequest( int iRequest )
break;
case REQ_FLUSH_DIR_CACHE:
ASSERT( !m_sRequestPath.empty() );
m_pChildDriver->FlushDirCache( m_sRequestPath );
break;