[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
@@ -70,7 +70,6 @@ private:
|
||||
|
||||
void Cancel() noexcept override;
|
||||
|
||||
private:
|
||||
[[nodiscard]] gcc_pure
|
||||
ALint GetSourceI(ALenum param) const noexcept {
|
||||
ALint value;
|
||||
|
Reference in New Issue
Block a user