Remove obsolete comment.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24711 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Amaury Pouly 2010-02-16 23:17:28 +00:00
parent 6b22614944
commit 62257ebc38

View file

@ -88,7 +88,6 @@ struct dirent_cached {
typedef struct {
bool busy;
struct dirent_cached theent; /* .attribute is set to -1 on init(opendir) */
/* the two following field can't be used at the same time so have an union */
struct dircache_entry *internal_entry; /* the current entry in the directory */
DIR_UNCACHED *regulardir;
} DIR_CACHED;