diff options
Diffstat (limited to 'apps/tree.h')
-rw-r--r-- | apps/tree.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/tree.h b/apps/tree.h index a75e8d2260..e132fcc191 100644 --- a/apps/tree.h +++ b/apps/tree.h @@ -90,8 +90,6 @@ struct tree_context { int dirsindir; /* file use */ int dirlength; /* total number of entries in dir, incl. those not loaded */ #ifdef HAVE_TAGCACHE - int table_history[MAX_DIR_LEVELS]; /* db use */ - int extra_history[MAX_DIR_LEVELS]; /* db use */ int currtable; /* db use */ int currextra; /* db use */ #endif |