[DTrace-devel] [PATCH 4/4] dof_parser: remove pointless comment
Kris Van Hees
kris.van.hees at oracle.com
Thu May 1 15:08:21 UTC 2025
Signed-off-by: Kris Van Hees <kris.van.hees at oracle.com>
---
libcommon/dof_parser.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/libcommon/dof_parser.c b/libcommon/dof_parser.c
index 5b3dde36..58bbd604 100644
--- a/libcommon/dof_parser.c
+++ b/libcommon/dof_parser.c
@@ -89,9 +89,6 @@ dof_copyin_helper(int in, int out, int *ok)
dof_helper_t *dh;
size_t i;
- /*
- * First get the header, which gives the size of everything else.
- */
dh = malloc(sizeof(dof_helper_t));
if (!dh)
abort();
--
2.42.0
More information about the DTrace-devel
mailing list