summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 0950d00..16382ed 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;