summaryrefslogtreecommitdiff
path: root/src/support/command-line.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/support/command-line.h')
-rw-r--r--src/support/command-line.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/support/command-line.h b/src/support/command-line.h
index 82193244e..53bdbff28 100644
--- a/src/support/command-line.h
+++ b/src/support/command-line.h
@@ -52,10 +52,6 @@ public:
void parse(int argc, const char* argv[]);
private:
- Options() = delete;
- Options(const Options&) = delete;
- Options& operator=(const Options&) = delete;
-
struct Option {
std::string longName;
std::string shortName;