From 799655dfa5cd595356251edd82ec3173c07a2244 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 11 Nov 2005 21:05:05 +0000 Subject: [PATCH] remove spurious warning --- stepmania/src/RageFileDriverDirectHelpers.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/stepmania/src/RageFileDriverDirectHelpers.cpp b/stepmania/src/RageFileDriverDirectHelpers.cpp index 813220a97d..141f072dd7 100644 --- a/stepmania/src/RageFileDriverDirectHelpers.cpp +++ b/stepmania/src/RageFileDriverDirectHelpers.cpp @@ -250,10 +250,7 @@ void DirectFilenameDB::PopulateFileSet( FileSet &fs, const CString &path ) DIR *pDir = opendir(root+sPath); if( pDir == NULL ) - { - LOG->MapLog("opendir " + root+sPath, "Couldn't opendir(%s%s): %s", root.c_str(), sPath.c_str(), strerror(errno) ); return; - } while( struct dirent *pEnt = readdir(pDir) ) {