summaryrefslogtreecommitdiff
path: root/include/fstree.h
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-09-20 16:35:31 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-09-20 18:34:17 +0200
commitec70d9ffa6913c6643d25f9115830fd89b6ddfa7 (patch)
tree2cd2c6eae98fbb6d36adb6938ddcd30577ae992f /include/fstree.h
parentd57efdfa0b7420dabf97335ffe3a8b391b9f54b3 (diff)
Dead code removal, round #2
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'include/fstree.h')
-rw-r--r--include/fstree.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/fstree.h b/include/fstree.h
index 4c68afe..f214501 100644
--- a/include/fstree.h
+++ b/include/fstree.h
@@ -16,8 +16,6 @@
#include <stddef.h>
#include <stdio.h>
-#include "sqfs/inode.h"
-
#include "str_table.h"
#define FSTREE_XATTR_KEY_BUCKETS 31
@@ -122,8 +120,6 @@ struct tree_node_t {
/* For the root node, this points to an empty string. */
char *name;
- sqfs_inode_generic_t *inode;
-
/*
A pointer to an extended attribute array or NULL if unused.