Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clang-tidy: remove redundant specifiers #1731

Merged
merged 1 commit into from
Jun 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion include/exiv2/properties.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ namespace Exiv2 {
//! Internal virtual copy constructor.
XmpKey* clone_() const override;

private:
// Pimpl idiom
struct Impl;
std::unique_ptr<Impl> p_;
Expand Down
1 change: 0 additions & 1 deletion include/exiv2/tags.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ namespace Exiv2 {
//! Internal virtual copy constructor.
ExifKey* clone_() const override;

private:
// Pimpl idiom
struct Impl;
std::unique_ptr<Impl> p_;
Expand Down
1 change: 0 additions & 1 deletion include/exiv2/webpimage.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ namespace Exiv2 {
bool has_alpha, bool has_icc, int width,
int height);

private:
static const byte WEBP_PAD_ODD;
static const int WEBP_TAG_SIZE;
static const int WEBP_VP8X_ICC_BIT;
Expand Down