Remove dead code.
Found by: Coverity Prevent(tm) Coverity ID: CID104 MFC after: 3 days
This commit is contained in:
parent
6aa6311f40
commit
a49c0bd40a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=154538
@ -2349,8 +2349,6 @@ g_mirror_read_metadata(struct g_consumer *cp, struct g_mirror_metadata *md)
|
||||
if (buf == NULL) {
|
||||
G_MIRROR_DEBUG(1, "Cannot read metadata from %s (error=%d).",
|
||||
cp->provider->name, error);
|
||||
if (buf != NULL)
|
||||
g_free(buf);
|
||||
return (error);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user