remove old comment

This commit is contained in:
Glenn Maynard
2003-12-15 02:41:55 +00:00
parent 69c6a90c6e
commit d410dbdfdb
-4
View File
@@ -325,10 +325,6 @@ void FilenameDB::GetDirListing( CString sPath, CStringArray &AddTo, bool bOnlyDi
/* If you want the CWD, use ".". */
ASSERT(!sPath.empty());
/* XXX: for case-insensitive resolving, we assume the first element is
* correct (we need a place to start from); so if sPath is relative,
* prepend "./" */
/* Strip off the last path element and use it as a mask. */
unsigned pos = sPath.find_last_of( '/' );
CString fn;