[DTrace-devel] [PATCH 57/61] Eliminate dtahe_aggregate

eugene.loh at oracle.com eugene.loh at oracle.com
Fri Jul 8 14:45:41 UTC 2022


From: Eugene Loh <eugene.loh at oracle.com>

Signed-off-by: Eugene Loh <eugene.loh at oracle.com>
---
 libdtrace/dt_impl.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libdtrace/dt_impl.h b/libdtrace/dt_impl.h
index 85e2b878..9eaa67bf 100644
--- a/libdtrace/dt_impl.h
+++ b/libdtrace/dt_impl.h
@@ -179,7 +179,6 @@ typedef struct dt_ahashent {
 	uint64_t dtahe_hval;			/* hash value */
 	size_t dtahe_size;			/* size of data */
 	dtrace_aggdata_t dtahe_data;		/* data */
-	void (*dtahe_aggregate)(int64_t *, int64_t *, size_t); /* function */
 } dt_ahashent_t;
 
 typedef struct dt_ahash {
-- 
2.18.4




More information about the DTrace-devel mailing list