From fbdcd31d1be839667912f1127d6a6b5b044ac78d Mon Sep 17 00:00:00 2001 From: pamaury Date: Tue, 16 Feb 2010 23:17:28 +0000 Subject: [PATCH] Remove obsolete comment. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24711 a1c6a512-1295-4272-9138-f99709370657 --- firmware/include/dircache.h | 1 - 1 file changed, 1 deletion(-) diff --git a/firmware/include/dircache.h b/firmware/include/dircache.h index 0950d0078..16382ed27 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; -- 2.11.4.GIT