From 60e4f20c38853337c4f54a677eb96c0a4488486f Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Mon, 20 Jun 2011 20:07:35 +0000 Subject: Dircache: Remove dircache_entry::name_len. It's reduntant, and enlarges the dircache unnecessarily. Saves 4 byte per file in the whole filesystem. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30032 a1c6a512-1295-4272-9138-f99709370657 --- firmware/include/dircache.h | 1 - 1 file changed, 1 deletion(-) (limited to 'firmware/include/dircache.h') diff --git a/firmware/include/dircache.h b/firmware/include/dircache.h index 87aaa008a7..49e804c7f1 100644 --- a/firmware/include/dircache.h +++ b/firmware/include/dircache.h @@ -69,7 +69,6 @@ struct dircache_entry { struct dircache_entry *up; struct dircache_entry *down; long startcluster; - unsigned long name_len; char *d_name; }; -- cgit v1.2.3