mirror of
https://github.com/taglib/taglib.git
synced 2026-06-14 02:09:27 -04:00
clang-tidy: remove redundant initializations
Found with readability-redundant-member-init Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -284,7 +284,6 @@ class FileRef::FileRefPrivate : public RefCounter
|
||||
{
|
||||
public:
|
||||
FileRefPrivate() :
|
||||
RefCounter(),
|
||||
file(0),
|
||||
stream(0) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user