core: blob: Remove redundant return
Signed-off-by: Chloe M. <chloe@mirocom.org>
This commit is contained in:
@@ -44,5 +44,4 @@ blob_list_append(struct blob_list *lp, struct blob *blob)
|
||||
|
||||
++lp->count;
|
||||
return 0;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user