From 09e0774d126709d3cbcd89e9744fa9dfc793363d Mon Sep 17 00:00:00 2001 From: "Chloe M." Date: Thu, 30 Apr 2026 14:11:00 -0400 Subject: [PATCH] core: blob: Remove redundant return Signed-off-by: Chloe M. --- core/blob_list.c | 1 - 1 file changed, 1 deletion(-) diff --git a/core/blob_list.c b/core/blob_list.c index fccd25b..8f53986 100644 --- a/core/blob_list.c +++ b/core/blob_list.c @@ -44,5 +44,4 @@ blob_list_append(struct blob_list *lp, struct blob *blob) ++lp->count; return 0; - return 0; }