[clang-tidy] remove redundant access specifiers
Found with readability-redundant-access-specifiers Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
committed by
Max Kellermann
parent
61b5ab2663
commit
d2115e908a
@@ -87,7 +87,6 @@ private:
|
||||
|
||||
size_t Play(const void *chunk, size_t size) override;
|
||||
|
||||
private:
|
||||
[[nodiscard]] gcc_pure
|
||||
bool HasDynamicPath() const noexcept {
|
||||
return !format_path.empty();
|
||||
|
||||
Reference in New Issue
Block a user