From 2cffddd405e0082b781999513321959d03834cc9 Mon Sep 17 00:00:00 2001 From: Rob Norris Date: Mon, 31 Jul 2023 17:42:34 +1000 Subject: [PATCH] ddt: remove ddt_node Nothing uses it. Reviewed-by: Brian Behlendorf Signed-off-by: Rob Norris Sponsored-by: Klara, Inc. Sponsored-by: iXsystems, Inc. Closes #15887 --- include/sys/ddt.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/sys/ddt.h b/include/sys/ddt.h index 013692c96d..ce20da6b0f 100644 --- a/include/sys/ddt.h +++ b/include/sys/ddt.h @@ -146,7 +146,6 @@ typedef struct { ddt_histogram_t ddt_histogram[DDT_TYPES][DDT_CLASSES]; ddt_histogram_t ddt_histogram_cache[DDT_TYPES][DDT_CLASSES]; ddt_object_t ddt_object_stats[DDT_TYPES][DDT_CLASSES]; - avl_node_t ddt_node; } ddt_t; /*