From 5ad0e419ba873d5a6710abd034c1b99d7c8a4019 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 28 Apr 2005 20:32:53 +0000 Subject: [PATCH] FlushDirCache() is legitimate --- stepmania/src/RageFileDriverTimeout.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/RageFileDriverTimeout.cpp b/stepmania/src/RageFileDriverTimeout.cpp index 982c9ab676..2f2bcaeb3d 100644 --- a/stepmania/src/RageFileDriverTimeout.cpp +++ b/stepmania/src/RageFileDriverTimeout.cpp @@ -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;