Skip to content

Commit fafe999

Browse files
nehebpiponazo
authored andcommitted
remove unused var from deleted stuff
Signed-off-by: Rosen Penev <[email protected]>
1 parent 8f9b396 commit fafe999

30 files changed

+130
-147
lines changed

app/actions.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class TaskFactory {
9898
static TaskFactory& instance();
9999

100100
//! Prevent copy construction: not implemented.
101-
TaskFactory(const TaskFactory& rhs) = delete;
101+
TaskFactory(const TaskFactory&) = delete;
102102

103103
//! Destructor
104104
void cleanup();

app/exiv2app.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class Params : public Util::Getopt {
116116
static Params& instance();
117117

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

121121
//! Enumerates print modes
122122
enum PrintMode {

0 commit comments

Comments
 (0)