summaryrefslogtreecommitdiff
path: root/kernel-shared/ulist.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel-shared/ulist.h')
-rw-r--r--kernel-shared/ulist.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/kernel-shared/ulist.h b/kernel-shared/ulist.h
index aa172c5a..1ada7de2 100644
--- a/kernel-shared/ulist.h
+++ b/kernel-shared/ulist.h
@@ -20,9 +20,6 @@
*
*/
struct ulist_iterator {
-#ifdef CONFIG_BTRFS_DEBUG
- int i;
-#endif
struct list_head *cur_list; /* hint to start search */
};
@@ -33,10 +30,6 @@ struct ulist_node {
u64 val; /* value to store */
u64 aux; /* auxiliary value saved along with the val */
-#ifdef CONFIG_BTRFS_DEBUG
- int seqnum; /* sequence number this node is added */
-#endif
-
struct list_head list; /* used to link node */
struct rb_node rb_node; /* used to speed up search */
};