summaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorAmaury Pouly <pamaury@rockbox.org>2010-02-16 23:17:28 +0000
committerAmaury Pouly <pamaury@rockbox.org>2010-02-16 23:17:28 +0000
commit62257ebc38bc0a3095b25dd0f58c4c8215edf602 (patch)
treebe06e1f53cbb1fa4dbdfe80a2aa8fe693dcdceb2 /firmware
parent6b22614944824e1609871a11b46d2b49a3f9571a (diff)
downloadrockbox-62257ebc38bc0a3095b25dd0f58c4c8215edf602.tar.gz
rockbox-62257ebc38bc0a3095b25dd0f58c4c8215edf602.zip
Remove obsolete comment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24711 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/include/dircache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/include/dircache.h b/firmware/include/dircache.h
index 0950d0078b..16382ed277 100644
--- a/firmware/include/dircache.h
+++ b/firmware/include/dircache.h
@@ -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;