From 84bad553eecc97bbc3d7ccacc90723ae22b7888f Mon Sep 17 00:00:00 2001 From: Masahiko Sawada Date: Mon, 17 Apr 2023 17:29:32 +0900 Subject: [PATCH v32 08/18] radix tree: remove resolved TODO --- src/include/lib/radixtree.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/include/lib/radixtree.h b/src/include/lib/radixtree.h index c277d5a484..088d1dfd9d 100644 --- a/src/include/lib/radixtree.h +++ b/src/include/lib/radixtree.h @@ -612,7 +612,6 @@ static const RT_SIZE_CLASS_ELEM RT_SIZE_CLASS_INFO[] = { #endif /* Contains the actual tree and ancillary info */ -// WIP: this name is a bit strange typedef struct RT_RADIX_TREE_CONTROL { #ifdef RT_SHMEM -- 2.31.1