core: blob: Remove redundant return

Signed-off-by: Chloe M. <chloe@mirocom.org>
This commit is contained in:
2026-04-30 14:11:00 -04:00
parent e1181bed6f
commit 09e0774d12
-1
View File
@@ -44,5 +44,4 @@ blob_list_append(struct blob_list *lp, struct blob *blob)
++lp->count;
return 0;
return 0;
}