mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Remove obsolete comment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24711 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6b22614944
commit
62257ebc38
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue