From 62257ebc38bc0a3095b25dd0f58c4c8215edf602 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Tue, 16 Feb 2010 23:17:28 +0000 Subject: 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(-) (limited to 'firmware/include') 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; -- cgit v1.2.3