summaryrefslogtreecommitdiff
path: root/src/options/options_template.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/options_template.cpp')
-rw-r--r--src/options/options_template.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/options/options_template.cpp b/src/options/options_template.cpp
index b3c2975bb..bfe4347d9 100644
--- a/src/options/options_template.cpp
+++ b/src/options/options_template.cpp
@@ -622,7 +622,6 @@ void Options::parseOptionsRecursive(Options* options,
// Having this synonym simplifies the generation code in mkoptions.
options::OptionsHandler* handler = options->d_handler;
- options::OptionsHolder* holder = options->d_holder;
// Reset getopt(), in the case of multiple calls to parseOptions().
// This can be = 1 in newer GNU getopt, but older (< 2007) require = 0.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback