From 56069476be65da87604d7b006aee7008445b965f Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Wed, 10 Mar 2010 08:56:27 +0000 Subject: Get rid of the parent_dir field in dir_uncached.c by using the same FAT trick as in dircache. This should save ~20KB on 512B/sector targets and ~80KB on 2K/sector ones. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25105 a1c6a512-1295-4272-9138-f99709370657 --- firmware/include/dir_uncached.h | 1 - 1 file changed, 1 deletion(-) (limited to 'firmware/include') diff --git a/firmware/include/dir_uncached.h b/firmware/include/dir_uncached.h index e198833c84..4e5acf34d1 100644 --- a/firmware/include/dir_uncached.h +++ b/firmware/include/dir_uncached.h @@ -61,7 +61,6 @@ typedef struct { bool busy; long startcluster; struct fat_dir fatdir; - struct fat_dir parent_dir; struct dirent_uncached theent; #ifdef HAVE_MULTIVOLUME int volumecounter; /* running counter for faked volume entries */ -- cgit v1.2.3