From 4dfc5ede8fe397136e809de7d8521d67978161a8 Mon Sep 17 00:00:00 2001 From: Philipp Stanner Date: Mon, 16 May 2022 13:12:29 +0200 Subject: [PATCH] util: remove doubled comment Signed-off-by: Philipp Stanner --- src/utils.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/utils.c b/src/utils.c index b7ac721b..8771be2f 100644 --- a/src/utils.c +++ b/src/utils.c @@ -25,14 +25,6 @@ #include "macro.h" #include "memory_utils.h" -/* - * append the given formatted string to *src. - * src: a pointer to a char* in which to append the formatted string. - * sz: the number of characters printed so far, minus trailing \0. - * asz: the allocated size so far - * format: string format. See printf for details. - * ...: varargs. See printf for details. - */ /* * append the given formatted string to *src. * src: a pointer to a char* in which to append the formatted string.