Skip to content

Commit

Permalink
remove unused var from deleted stuff
Browse files Browse the repository at this point in the history
Signed-off-by: Rosen Penev <[email protected]>
  • Loading branch information
neheb authored and piponazo committed Mar 31, 2022
1 parent 8f9b396 commit fafe999
Show file tree
Hide file tree
Showing 30 changed files with 130 additions and 147 deletions.
2 changes: 1 addition & 1 deletion app/actions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class TaskFactory {
static TaskFactory& instance();

//! Prevent copy construction: not implemented.
TaskFactory(const TaskFactory& rhs) = delete;
TaskFactory(const TaskFactory&) = delete;

//! Destructor
void cleanup();
Expand Down
2 changes: 1 addition & 1 deletion app/exiv2app.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class Params : public Util::Getopt {
static Params& instance();

//! Prevent copy-construction: not implemented.
Params(const Params& rhs) = delete;
Params(const Params&) = delete;

//! Enumerates print modes
enum PrintMode {
Expand Down
Loading

0 comments on commit fafe999

Please sign in to comment.