mirror of
https://github.com/taglib/taglib.git
synced 2025-07-22 15:04:24 -04:00
clang-tidy: remove pointless return in void func
Found with readability-redundant-control-flow Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@ -172,7 +172,6 @@ void ASF::Picture::parse(const ByteVector& bytes)
|
||||
|
||||
d->picture = bytes.mid(pos, dataLen);
|
||||
d->valid = true;
|
||||
return;
|
||||
}
|
||||
|
||||
ASF::Picture ASF::Picture::fromInvalid()
|
||||
|
Reference in New Issue
Block a user