[clang-tidy] remove unneeded return
Found with readability-redundant-control-flow Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
140d8547c7
commit
7d2c4ec775
@ -150,6 +150,5 @@ dsdlib_tag_id3(InputStream &is, TagHandler &handler,
|
|||||||
scan_id3_tag(id3_tag, handler);
|
scan_id3_tag(id3_tag, handler);
|
||||||
|
|
||||||
id3_tag_delete(id3_tag);
|
id3_tag_delete(id3_tag);
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -213,7 +213,6 @@ dsdiff_handle_native_tag(DecoderClient *client, InputStream &is,
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
handler.OnTag(type, {label, length});
|
handler.OnTag(type, {label, length});
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user